Html Css Color HEX #CCBB77 Yuma

📋 copy color: '#CCBB77'

red 204 ◦ green 187 ◦ blue 119

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

Shades of Yuma #CCBB77

Tints of Yuma #CCBB77

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.67%

 BLUE value IS 119 (46.88% from 255) = 23.33%

R = 40%
G = 36.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCBB77 (or 0xCCBB77) is known color: Yuma. HEX triplet: CC, BB and 77. RGB value is (204,187,119). Sum of RGB (Red+Green+Blue) = 204+187+119=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB77 is #334488. Grayscale: #B8B8B8. Windows color (decimal): -3359881 or 7846860. OLE color: 7846860.

HSL color Cylindrical-coordinate representation of color #CCBB77: hue angle of 48º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCBB77 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 187 119 -
CMYK 0 0.08 0.42 0.2
HSL 48º 0.45% 0.63% -
HSV(B) 48º 0.42% 0.8% -
XYZ 46 49.71 24.62 -
YUV 184.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 204 187 119 0 0.08 0.42 0.2 48 0.45 0.63
Hex CC BB 77 0 8 2A 14 30 2D 3F
Octal 314 273 167 0 10 52 24 60 55 77
Binary 11001100 10111011 1110111 0 1000 101010 10100 110000 101101 111111

Color Harmonies of #CCBB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB77

Black with #CCBB77

Text Example


Text Example

White with #CCBB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB77; }

 p { color: rgb(204,187,119); }

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

background-color css

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

 a { background-color: rgb(204,187,119); }

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

border-color css

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

 span { border-color: rgb(204,187,119); }

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