Html Css Color HEX #CCC17B Winter Hazel

📋 copy color: '#CCC17B'

red 204 ◦ green 193 ◦ blue 123

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

Shades of Winter Hazel #CCC17B

Tints of Winter Hazel #CCC17B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.12%

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

R = 39.23%
G = 37.12%
B = 23.65%

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

#CCC17B (or 0xCCC17B) is known color: Winter Hazel. HEX triplet: CC, C1 and 7B. RGB value is (204,193,123). Sum of RGB (Red+Green+Blue) = 204+193+123=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC17B is #333E84. Grayscale: #BCBCBC. Windows color (decimal): -3358341 or 8110540. OLE color: 8110540.

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

Color convert

RGB 204 193 123 -
CMYK 0 0.05 0.40 0.2
HSL 51.85º 0.44% 0.64% -
HSV(B) 51.85º 0.4% 0.8% -
XYZ 47.55 52.41 26.35 -
YUV 188.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 204 193 123 0 0.05 0.40 0.2 51.85 0.44 0.64
Hex CC C1 7B 0 5 28 14 34 2C 40
Octal 314 301 173 0 5 50 24 64 54 100
Binary 11001100 11000001 1111011 0 101 101000 10100 110100 101100 1000000

Color Harmonies of #CCC17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC17B

Black with #CCC17B

Text Example


Text Example

White with #CCC17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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