Html Css Color HEX #CCC18C Winter Hazel

📋 copy color: '#CCC18C'

red 204 ◦ green 193 ◦ blue 140

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

Shades of Winter Hazel #CCC18C

Tints of Winter Hazel #CCC18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.07%

R = 37.99%
G = 35.94%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC18C (or 0xCCC18C) is known color: Winter Hazel. HEX triplet: CC, C1 and 8C. RGB value is (204,193,140). Sum of RGB (Red+Green+Blue) = 204+193+140=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC18C is #333E73. Grayscale: #BEBEBE. Windows color (decimal): -3358324 or 9224652. OLE color: 9224652.

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

Color convert

RGB 204 193 140 -
CMYK 0 0.05 0.31 0.2
HSL 49.69º 0.39% 0.67% -
HSV(B) 49.69º 0.31% 0.8% -
XYZ 48.71 52.87 32.45 -
YUV 190.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 204 193 140 0 0.05 0.31 0.2 49.69 0.39 0.67
Hex CC C1 8C 0 5 1F 14 32 27 43
Octal 314 301 214 0 5 37 24 62 47 103
Binary 11001100 11000001 10001100 0 101 11111 10100 110010 100111 1000011

Color Harmonies of #CCC18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC18C

Black with #CCC18C

Text Example


Text Example

White with #CCC18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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