#CAD7BD

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

Shades of Ottoman #CAD7BD

Tints of Ottoman #CAD7BD

Color information

#CAD7BD (or 0xCAD7BD) is unknown color: approx Ottoman. HEX triplet: CA, D7 and BD. RGB value is (202,215,189). Sum of RGB (Red+Green+Blue) = 202+215+189=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD7BD is #352842. Grayscale: #D0D0D0. Windows color (decimal): -3483715 or 12441546. OLE color: 12441546.

HSL color Cylindrical-coordinate representation of color #CAD7BD: hue angle of 90º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAD7BD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB202215189-
CMYK0.0600.120.16
HSL90º24.53%79.22%-
HSV(B)90º12.09%84.31%-
XYZ57.8464.8357.61-
YUV208.15117.19123.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 215 (84.38% from 255) = 35.48%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=33.33%
G=35.48%
B=31.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151890.0600.120.169024.5379.22
HexCAD7BD60C105a194f
Octal31232727560142013231117
Binary11001010110101111011110111001100100001011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7BD; }

 p { color: rgb(202,215,189); }

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

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

 a { background-color: rgb(202,215,189); }

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

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

 span { border-color: rgb(202,215,189); }

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