Html Css Color HEX #CFC38B Winter Hazel

📋 copy color: '#CFC38B'

red 207 ◦ green 195 ◦ blue 139

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

Shades of Winter Hazel #CFC38B

Tints of Winter Hazel #CFC38B

RGB

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

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

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

R = 38.26%
G = 36.04%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CFC38B (or 0xCFC38B) is known color: Winter Hazel. HEX triplet: CF, C3 and 8B. RGB value is (207,195,139). Sum of RGB (Red+Green+Blue) = 207+195+139=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC38B is #303C74. Grayscale: #C0C0C0. Windows color (decimal): -3161205 or 9159631. OLE color: 9159631.

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

Color convert

RGB 207 195 139 -
CMYK 0 0.06 0.33 0.19
HSL 49.41º 0.41% 0.68% -
HSV(B) 49.41º 0.33% 0.81% -
XYZ 49.91 54.16 32.25 -
YUV 192.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 207 195 139 0 0.06 0.33 0.19 49.41 0.41 0.68
Hex CF C3 8B 0 6 21 13 31 29 44
Octal 317 303 213 0 6 41 23 61 51 104
Binary 11001111 11000011 10001011 0 110 100001 10011 110001 101001 1000100

Color Harmonies of #CFC38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC38B

Black with #CFC38B

Text Example


Text Example

White with #CFC38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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