Html Css Color HEX #CCC38F Winter Hazel

📋 copy color: '#CCC38F'

red 204 ◦ green 195 ◦ blue 143

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

Shades of Winter Hazel #CCC38F

Tints of Winter Hazel #CCC38F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.98%

 BLUE value IS 143 (56.25% from 255) = 26.38%

R = 37.64%
G = 35.98%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCC38F (or 0xCCC38F) is known color: Winter Hazel. HEX triplet: CC, C3 and 8F. RGB value is (204,195,143). Sum of RGB (Red+Green+Blue) = 204+195+143=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC38F is #333C70. Grayscale: #BFBFBF. Windows color (decimal): -3357809 or 9421772. OLE color: 9421772.

HSL color Cylindrical-coordinate representation of color #CCC38F: hue angle of 51.15º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCC38F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 143 -
CMYK 0 0.04 0.30 0.2
HSL 51.15º 0.37% 0.68% -
HSV(B) 51.15º 0.3% 0.8% -
XYZ 49.37 53.85 33.78 -
YUV 191.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 204 195 143 0 0.04 0.30 0.2 51.15 0.37 0.68
Hex CC C3 8F 0 4 1E 14 33 25 44
Octal 314 303 217 0 4 36 24 63 45 104
Binary 11001100 11000011 10001111 0 100 11110 10100 110011 100101 1000100

Color Harmonies of #CCC38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC38F

Black with #CCC38F

Text Example


Text Example

White with #CCC38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC38F; }

 p { color: rgb(204,195,143); }

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

background-color css

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

 a { background-color: rgb(204,195,143); }

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

border-color css

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

 span { border-color: rgb(204,195,143); }

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