Html Css Color HEX #CFC47E Winter Hazel

📋 copy color: '#CFC47E'

red 207 ◦ green 196 ◦ blue 126

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

Shades of Winter Hazel #CFC47E

Tints of Winter Hazel #CFC47E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.05%

 BLUE value IS 126 (49.61% from 255) = 23.82%

R = 39.13%
G = 37.05%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CFC47E (or 0xCFC47E) is known color: Winter Hazel. HEX triplet: CF, C4 and 7E. RGB value is (207,196,126). Sum of RGB (Red+Green+Blue) = 207+196+126=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC47E is #303B81. Grayscale: #BFBFBF. Windows color (decimal): -3160962 or 8307919. OLE color: 8307919.

HSL color Cylindrical-coordinate representation of color #CFC47E: hue angle of 51.85º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFC47E is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 196 126 -
CMYK 0 0.05 0.39 0.19
HSL 51.85º 0.46% 0.65% -
HSV(B) 51.85º 0.39% 0.81% -
XYZ 49.24 54.25 27.62 -
YUV 191.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 207 196 126 0 0.05 0.39 0.19 51.85 0.46 0.65
Hex CF C4 7E 0 5 27 13 34 2E 41
Octal 317 304 176 0 5 47 23 64 56 101
Binary 11001111 11000100 1111110 0 101 100111 10011 110100 101110 1000001

Color Harmonies of #CFC47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC47E

Black with #CFC47E

Text Example


Text Example

White with #CFC47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC47E; }

 p { color: rgb(207,196,126); }

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

background-color css

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

 a { background-color: rgb(207,196,126); }

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

border-color css

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

 span { border-color: rgb(207,196,126); }

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