Html Css Color HEX #CFC38E Winter Hazel

📋 copy color: '#CFC38E'

red 207 ◦ green 195 ◦ blue 142

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

Shades of Winter Hazel #CFC38E

Tints of Winter Hazel #CFC38E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.85%

 BLUE value IS 142 (55.86% from 255) = 26.1%

R = 38.05%
G = 35.85%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CFC38E (or 0xCFC38E) is known color: Winter Hazel. HEX triplet: CF, C3 and 8E. RGB value is (207,195,142). Sum of RGB (Red+Green+Blue) = 207+195+142=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC38E is #303C71. Grayscale: #C0C0C0. Windows color (decimal): -3161202 or 9356239. OLE color: 9356239.

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

Color convert

RGB 207 195 142 -
CMYK 0 0.06 0.31 0.19
HSL 48.92º 0.4% 0.68% -
HSV(B) 48.92º 0.31% 0.81% -
XYZ 50.13 54.25 33.42 -
YUV 192.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 207 195 142 0 0.06 0.31 0.19 48.92 0.4 0.68
Hex CF C3 8E 0 6 1F 13 31 28 44
Octal 317 303 216 0 6 37 23 61 50 104
Binary 11001111 11000011 10001110 0 110 11111 10011 110001 101000 1000100

Color Harmonies of #CFC38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC38E

Black with #CFC38E

Text Example


Text Example

White with #CFC38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC38E; }

 p { color: rgb(207,195,142); }

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

background-color css

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

 a { background-color: rgb(207,195,142); }

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

border-color css

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

 span { border-color: rgb(207,195,142); }

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