Html Css Color HEX #CAC48A Winter Hazel

📋 copy color: '#CAC48A'

red 202 ◦ green 196 ◦ blue 138

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

Shades of Winter Hazel #CAC48A

Tints of Winter Hazel #CAC48A

RGB

 RED value IS 202 (79.3% from 255) = 37.69%

 GREEN value IS 196 (76.95% from 255) = 36.57%

 BLUE value IS 138 (54.3% from 255) = 25.75%

R = 37.69%
G = 36.57%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CAC48A (or 0xCAC48A) is known color: Winter Hazel. HEX triplet: CA, C4 and 8A. RGB value is (202,196,138). Sum of RGB (Red+Green+Blue) = 202+196+138=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC48A is #353B75. Grayscale: #BFBFBF. Windows color (decimal): -3488630 or 9094346. OLE color: 9094346.

HSL color Cylindrical-coordinate representation of color #CAC48A: hue angle of 54.38º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAC48A is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 196 138 -
CMYK 0 0.03 0.32 0.21
HSL 54.38º 0.38% 0.67% -
HSV(B) 54.38º 0.32% 0.79% -
XYZ 48.68 53.87 31.88 -
YUV 191.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 202 196 138 0 0.03 0.32 0.21 54.38 0.38 0.67
Hex CA C4 8A 0 3 20 15 36 26 43
Octal 312 304 212 0 3 40 25 66 46 103
Binary 11001010 11000100 10001010 0 11 100000 10101 110110 100110 1000011

Color Harmonies of #CAC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC48A

Black with #CAC48A

Text Example


Text Example

White with #CAC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC48A; }

 p { color: rgb(202,196,138); }

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

background-color css

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

 a { background-color: rgb(202,196,138); }

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

border-color css

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

 span { border-color: rgb(202,196,138); }

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