Html Css Color HEX #CCC18D Winter Hazel

📋 copy color: '#CCC18D'

red 204 ◦ green 193 ◦ blue 141

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

Shades of Winter Hazel #CCC18D

Tints of Winter Hazel #CCC18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.21%

R = 37.92%
G = 35.87%
B = 26.21%

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

#CCC18D (or 0xCCC18D) is known color: Winter Hazel. HEX triplet: CC, C1 and 8D. RGB value is (204,193,141). Sum of RGB (Red+Green+Blue) = 204+193+141=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC18D is #333E72. Grayscale: #BEBEBE. Windows color (decimal): -3358323 or 9290188. OLE color: 9290188.

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

Color convert

RGB 204 193 141 -
CMYK 0 0.05 0.31 0.2
HSL 49.52º 0.38% 0.68% -
HSV(B) 49.52º 0.31% 0.8% -
XYZ 48.78 52.9 32.84 -
YUV 190.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 204 193 141 0 0.05 0.31 0.2 49.52 0.38 0.68
Hex CC C1 8D 0 5 1F 14 32 26 44
Octal 314 301 215 0 5 37 24 62 46 104
Binary 11001100 11000001 10001101 0 101 11111 10100 110010 100110 1000100

Color Harmonies of #CCC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC18D

Black with #CCC18D

Text Example


Text Example

White with #CCC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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