Html Css Color HEX #CCC27B Winter Hazel

📋 copy color: '#CCC27B'

red 204 ◦ green 194 ◦ blue 123

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

Shades of Winter Hazel #CCC27B

Tints of Winter Hazel #CCC27B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.24%

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

R = 39.16%
G = 37.24%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCC27B (or 0xCCC27B) is known color: Winter Hazel. HEX triplet: CC, C2 and 7B. RGB value is (204,194,123). Sum of RGB (Red+Green+Blue) = 204+194+123=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC27B is #333D84. Grayscale: #BDBDBD. Windows color (decimal): -3358085 or 8110796. OLE color: 8110796.

HSL color Cylindrical-coordinate representation of color #CCC27B: hue angle of 52.59º 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 #CCC27B is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 123 -
CMYK 0 0.05 0.40 0.2
HSL 52.59º 0.44% 0.64% -
HSV(B) 52.59º 0.4% 0.8% -
XYZ 47.77 52.85 26.42 -
YUV 188.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 204 194 123 0 0.05 0.40 0.2 52.59 0.44 0.64
Hex CC C2 7B 0 5 28 14 35 2C 40
Octal 314 302 173 0 5 50 24 65 54 100
Binary 11001100 11000010 1111011 0 101 101000 10100 110101 101100 1000000

Color Harmonies of #CCC27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC27B

Black with #CCC27B

Text Example


Text Example

White with #CCC27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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