Html Css Color HEX #CCBB76 Yuma

📋 copy color: '#CCBB76'

red 204 ◦ green 187 ◦ blue 118

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

Shades of Yuma #CCBB76

Tints of Yuma #CCBB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.18%

R = 40.08%
G = 36.74%
B = 23.18%

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

#CCBB76 (or 0xCCBB76) is known color: Yuma. HEX triplet: CC, BB and 76. RGB value is (204,187,118). Sum of RGB (Red+Green+Blue) = 204+187+118=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB76 is #334489. Grayscale: #B8B8B8. Windows color (decimal): -3359882 or 7781324. OLE color: 7781324.

HSL color Cylindrical-coordinate representation of color #CCBB76: hue angle of 48.14º degrees, saturation: 0.46, 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 #CCBB76 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 187 118 -
CMYK 0 0.08 0.42 0.2
HSL 48.14º 0.46% 0.63% -
HSV(B) 48.14º 0.42% 0.8% -
XYZ 45.94 49.69 24.31 -
YUV 184.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 204 187 118 0 0.08 0.42 0.2 48.14 0.46 0.63
Hex CC BB 76 0 8 2A 14 30 2E 3F
Octal 314 273 166 0 10 52 24 60 56 77
Binary 11001100 10111011 1110110 0 1000 101010 10100 110000 101110 111111

Color Harmonies of #CCBB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB76

Black with #CCBB76

Text Example


Text Example

White with #CCBB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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