Html Css Color HEX #CAC68B Winter Hazel

📋 copy color: '#CAC68B'

red 202 ◦ green 198 ◦ blue 139

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

Shades of Winter Hazel #CAC68B

Tints of Winter Hazel #CAC68B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.73%

 BLUE value IS 139 (54.69% from 255) = 25.79%

R = 37.48%
G = 36.73%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CAC68B (or 0xCAC68B) is known color: Winter Hazel. HEX triplet: CA, C6 and 8B. RGB value is (202,198,139). Sum of RGB (Red+Green+Blue) = 202+198+139=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC68B is #353974. Grayscale: #C0C0C0. Windows color (decimal): -3488117 or 9160394. OLE color: 9160394.

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

Color convert

RGB 202 198 139 -
CMYK 0 0.02 0.31 0.21
HSL 56.19º 0.37% 0.67% -
HSV(B) 56.19º 0.31% 0.79% -
XYZ 49.21 54.81 32.41 -
YUV 192.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 202 198 139 0 0.02 0.31 0.21 56.19 0.37 0.67
Hex CA C6 8B 0 2 1F 15 38 25 43
Octal 312 306 213 0 2 37 25 70 45 103
Binary 11001010 11000110 10001011 0 10 11111 10101 111000 100101 1000011

Color Harmonies of #CAC68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC68B

Black with #CAC68B

Text Example


Text Example

White with #CAC68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC68B; }

 p { color: rgb(202,198,139); }

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

background-color css

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

 a { background-color: rgb(202,198,139); }

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

border-color css

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

 span { border-color: rgb(202,198,139); }

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