Html Css Color HEX #CCB780 Yuma

📋 copy color: '#CCB780'

red 204 ◦ green 183 ◦ blue 128

#CCB780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yuma #CCB780

Tints of Yuma #CCB780

RGB

 RED value IS 204 (80.08% from 255) = 39.61%

 GREEN value IS 183 (71.88% from 255) = 35.53%

 BLUE value IS 128 (50.39% from 255) = 24.85%

R = 39.61%
G = 35.53%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCB780 (or 0xCCB780) is known color: Yuma. HEX triplet: CC, B7 and 80. RGB value is (204,183,128). Sum of RGB (Red+Green+Blue) = 204+183+128=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB780 is #33487F. Grayscale: #B7B7B7. Windows color (decimal): -3360896 or 8435660. OLE color: 8435660.

HSL color Cylindrical-coordinate representation of color #CCB780: hue angle of 43.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCB780 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 128 -
CMYK 0 0.10 0.37 0.2
HSL 43.42º 0.43% 0.65% -
HSV(B) 43.42º 0.37% 0.8% -
XYZ 45.73 48.26 27.33 -
YUV 183.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 204 183 128 0 0.10 0.37 0.2 43.42 0.43 0.65
Hex CC B7 80 0 A 25 14 2B 2B 41
Octal 314 267 200 0 12 45 24 53 53 101
Binary 11001100 10110111 10000000 0 1010 100101 10100 101011 101011 1000001

Color Harmonies of #CCB780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB780

Black with #CCB780

Text Example


Text Example

White with #CCB780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB780; }

 p { color: rgb(204,183,128); }

 H1.HeaderClassName
 {
   color: #CCB780;
 }
 .AnyTagClassName
 {
   color: #CCB780;
 }
</style>

background-color css

<style>
 a { background-color: #CCB780; }

 a { background-color: rgb(204,183,128); }

 div.DivClassName
 {
   background-color: #CCB780;
 }
 .BgClassName
 {
   background-color: #CCB780;
 }
</style>

border-color css

<style>
 span { border-color: #CCB780; }

 span { border-color: rgb(204,183,128); }

 td.TdClassName
 {
   border-color: #CCB780;
 }
 .TagClassName
 {
   border-color: #CCB780;
 }
</style>