#CFB37E

Color #CFB37E Calico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calico #CFB37E

Tints of Calico #CFB37E

Color information

#CFB37E (or 0xCFB37E) is unknown color: approx Calico. HEX triplet: CF, B3 and 7E. RGB value is (207,179,126). Sum of RGB (Red+Green+Blue) = 207+179+126=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB37E is #304C81. Grayscale: #B5B5B5. Windows color (decimal): -3165314 or 8303567. OLE color: 8303567.

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

Color convert

RGB207179126-
CMYK00.140.390.19
HSL39.26º45.76%65.29%-
HSV(B)39.26º39.13%81.18%-
XYZ45.6247.0126.41-
YUV181.3396.78146.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 126 (49.61% from 255) = 24.61%
R=40.43%
G=34.96%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717912600.140.390.1939.2645.7665.29
HexCFB37E0E2713272e41
Octal31726317601647234756101
Binary1100111110110011111111001110100111100111001111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB37E; }

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

 H1.HeaderClassName
 {
   color: #CFB37E;
 }
 .AnyTagClassName
 {
   color: #CFB37E;
 }
</style>
background-color css

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

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

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

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

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

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