#CDB07E

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

Shades of Calico #CDB07E

Tints of Calico #CDB07E

Color information

#CDB07E (or 0xCDB07E) is unknown color: approx Calico. HEX triplet: CD, B0 and 7E. RGB value is (205,176,126). Sum of RGB (Red+Green+Blue) = 205+176+126=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB07E is #324F81. Grayscale: #B3B3B3. Windows color (decimal): -3297154 or 8302797. OLE color: 8302797.

HSL color Cylindrical-coordinate representation of color #CDB07E: hue angle of 37.97º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDB07E is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB205176126-
CMYK00.140.390.20
HSL37.97º44.13%64.9%-
HSV(B)37.97º38.54%80.39%-
XYZ44.4745.5426.18-
YUV178.9798.11146.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 126 (49.61% from 255) = 24.85%
R=40.43%
G=34.71%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517612600.140.390.2037.9744.1364.9
HexCDB07E0E2714262c41
Octal31526017601647244654101
Binary1100110110110000111111001110100111101001001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB07E; }

 p { color: rgb(205,176,126); }

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

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

 a { background-color: rgb(205,176,126); }

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

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

 span { border-color: rgb(205,176,126); }

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