Html Css Color HEX #CCC88A Winter Hazel

📋 copy color: '#CCC88A'

red 204 ◦ green 200 ◦ blue 138

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

Shades of Winter Hazel #CCC88A

Tints of Winter Hazel #CCC88A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.9%

 BLUE value IS 138 (54.3% from 255) = 25.46%

R = 37.64%
G = 36.9%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCC88A (or 0xCCC88A) is known color: Winter Hazel. HEX triplet: CC, C8 and 8A. RGB value is (204,200,138). Sum of RGB (Red+Green+Blue) = 204+200+138=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC88A is #333775. Grayscale: #C2C2C2. Windows color (decimal): -3356534 or 9095372. OLE color: 9095372.

HSL color Cylindrical-coordinate representation of color #CCC88A: hue angle of 56.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCC88A is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 138 -
CMYK 0 0.02 0.32 0.2
HSL 56.36º 0.39% 0.67% -
HSV(B) 56.36º 0.32% 0.8% -
XYZ 50.14 55.98 32.21 -
YUV 194.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 204 200 138 0 0.02 0.32 0.2 56.36 0.39 0.67
Hex CC C8 8A 0 2 20 14 38 27 43
Octal 314 310 212 0 2 40 24 70 47 103
Binary 11001100 11001000 10001010 0 10 100000 10100 111000 100111 1000011

Color Harmonies of #CCC88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC88A

Black with #CCC88A

Text Example


Text Example

White with #CCC88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC88A; }

 p { color: rgb(204,200,138); }

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

background-color css

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

 a { background-color: rgb(204,200,138); }

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

border-color css

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

 span { border-color: rgb(204,200,138); }

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