Html Css Color HEX #CFC68A Winter Hazel

📋 copy color: '#CFC68A'

red 207 ◦ green 198 ◦ blue 138

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

Shades of Winter Hazel #CFC68A

Tints of Winter Hazel #CFC68A

RGB

 RED value IS 207 (81.25% from 255) = 38.12%

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

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

R = 38.12%
G = 36.46%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CFC68A (or 0xCFC68A) is known color: Winter Hazel. HEX triplet: CF, C6 and 8A. RGB value is (207,198,138). Sum of RGB (Red+Green+Blue) = 207+198+138=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC68A is #303975. Grayscale: #C2C2C2. Windows color (decimal): -3160438 or 9094863. OLE color: 9094863.

HSL color Cylindrical-coordinate representation of color #CFC68A: hue angle of 52.17º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFC68A is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 138 -
CMYK 0 0.04 0.33 0.19
HSL 52.17º 0.42% 0.68% -
HSV(B) 52.17º 0.33% 0.81% -
XYZ 50.51 55.49 32.09 -
YUV 193.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 207 198 138 0 0.04 0.33 0.19 52.17 0.42 0.68
Hex CF C6 8A 0 4 21 13 34 2A 44
Octal 317 306 212 0 4 41 23 64 52 104
Binary 11001111 11000110 10001010 0 100 100001 10011 110100 101010 1000100

Color Harmonies of #CFC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC68A

Black with #CFC68A

Text Example


Text Example

White with #CFC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC68A; }

 p { color: rgb(207,198,138); }

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

background-color css

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

 a { background-color: rgb(207,198,138); }

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

border-color css

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

 span { border-color: rgb(207,198,138); }

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