Html Css Color HEX #CFC68B Winter Hazel

📋 copy color: '#CFC68B'

red 207 ◦ green 198 ◦ blue 139

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

Shades of Winter Hazel #CFC68B

Tints of Winter Hazel #CFC68B

RGB

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

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

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

R = 38.05%
G = 36.4%
B = 25.55%

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

#CFC68B (or 0xCFC68B) is known color: Winter Hazel. HEX triplet: CF, C6 and 8B. RGB value is (207,198,139). Sum of RGB (Red+Green+Blue) = 207+198+139=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC68B is #303974. Grayscale: #C2C2C2. Windows color (decimal): -3160437 or 9160399. OLE color: 9160399.

HSL color Cylindrical-coordinate representation of color #CFC68B: hue angle of 52.06º degrees, saturation: 0.41, 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 #CFC68B is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 139 -
CMYK 0 0.04 0.33 0.19
HSL 52.06º 0.41% 0.68% -
HSV(B) 52.06º 0.33% 0.81% -
XYZ 50.59 55.52 32.48 -
YUV 193.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 207 198 139 0 0.04 0.33 0.19 52.06 0.41 0.68
Hex CF C6 8B 0 4 21 13 34 29 44
Octal 317 306 213 0 4 41 23 64 51 104
Binary 11001111 11000110 10001011 0 100 100001 10011 110100 101001 1000100

Color Harmonies of #CFC68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC68B

Black with #CFC68B

Text Example


Text Example

White with #CFC68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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