Html Css Color HEX #CAC68F Winter Hazel

📋 copy color: '#CAC68F'

red 202 ◦ green 198 ◦ blue 143

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

Shades of Winter Hazel #CAC68F

Tints of Winter Hazel #CAC68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.34%

R = 37.2%
G = 36.46%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CAC68F (or 0xCAC68F) is known color: Winter Hazel. HEX triplet: CA, C6 and 8F. RGB value is (202,198,143). Sum of RGB (Red+Green+Blue) = 202+198+143=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC68F is #353970. Grayscale: #C1C1C1. Windows color (decimal): -3488113 or 9422538. OLE color: 9422538.

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

Color convert

RGB 202 198 143 -
CMYK 0 0.02 0.29 0.21
HSL 55.93º 0.36% 0.68% -
HSV(B) 55.93º 0.29% 0.79% -
XYZ 49.51 54.93 33.98 -
YUV 192.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 202 198 143 0 0.02 0.29 0.21 55.93 0.36 0.68
Hex CA C6 8F 0 2 1D 15 38 24 44
Octal 312 306 217 0 2 35 25 70 44 104
Binary 11001010 11000110 10001111 0 10 11101 10101 111000 100100 1000100

Color Harmonies of #CAC68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC68F

Black with #CAC68F

Text Example


Text Example

White with #CAC68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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