Html Css Color HEX #CCC67B Winter Hazel

📋 copy color: '#CCC67B'

red 204 ◦ green 198 ◦ blue 123

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

Shades of Winter Hazel #CCC67B

Tints of Winter Hazel #CCC67B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.71%

 BLUE value IS 123 (48.44% from 255) = 23.43%

R = 38.86%
G = 37.71%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCC67B (or 0xCCC67B) is known color: Winter Hazel. HEX triplet: CC, C6 and 7B. RGB value is (204,198,123). Sum of RGB (Red+Green+Blue) = 204+198+123=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC67B is #333984. Grayscale: #BFBFBF. Windows color (decimal): -3357061 or 8111820. OLE color: 8111820.

HSL color Cylindrical-coordinate representation of color #CCC67B: hue angle of 55.56º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCC67B is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 123 -
CMYK 0 0.03 0.40 0.2
HSL 55.56º 0.44% 0.64% -
HSV(B) 55.56º 0.4% 0.8% -
XYZ 48.67 54.66 26.72 -
YUV 191.24 89.49 137.1 -
System Red Green Blue C M Y K H S L
Decimal 204 198 123 0 0.03 0.40 0.2 55.56 0.44 0.64
Hex CC C6 7B 0 3 28 14 38 2C 40
Octal 314 306 173 0 3 50 24 70 54 100
Binary 11001100 11000110 1111011 0 11 101000 10100 111000 101100 1000000

Color Harmonies of #CCC67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC67B

Black with #CCC67B

Text Example


Text Example

White with #CCC67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC67B; }

 p { color: rgb(204,198,123); }

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

background-color css

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

 a { background-color: rgb(204,198,123); }

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

border-color css

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

 span { border-color: rgb(204,198,123); }

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