Html Css Color HEX #CAC27D Winter Hazel

📋 copy color: '#CAC27D'

red 202 ◦ green 194 ◦ blue 125

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

Shades of Winter Hazel #CAC27D

Tints of Winter Hazel #CAC27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.99%

R = 38.77%
G = 37.24%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CAC27D (or 0xCAC27D) is known color: Winter Hazel. HEX triplet: CA, C2 and 7D. RGB value is (202,194,125). Sum of RGB (Red+Green+Blue) = 202+194+125=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC27D is #353D82. Grayscale: #BCBCBC. Windows color (decimal): -3489155 or 8241866. OLE color: 8241866.

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

Color convert

RGB 202 194 125 -
CMYK 0 0.04 0.38 0.21
HSL 53.77º 0.42% 0.64% -
HSV(B) 53.77º 0.38% 0.79% -
XYZ 47.35 52.62 27.06 -
YUV 188.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 202 194 125 0 0.04 0.38 0.21 53.77 0.42 0.64
Hex CA C2 7D 0 4 26 15 36 2A 40
Octal 312 302 175 0 4 46 25 66 52 100
Binary 11001010 11000010 1111101 0 100 100110 10101 110110 101010 1000000

Color Harmonies of #CAC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC27D

Black with #CAC27D

Text Example


Text Example

White with #CAC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC27D; }

 p { color: rgb(202,194,125); }

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

background-color css

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

 a { background-color: rgb(202,194,125); }

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

border-color css

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

 span { border-color: rgb(202,194,125); }

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