#CAD6C1

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

Shades of Ottoman #CAD6C1

Tints of Ottoman #CAD6C1

Color information

#CAD6C1 (or 0xCAD6C1) is unknown color: approx Ottoman. HEX triplet: CA, D6 and C1. RGB value is (202,214,193). Sum of RGB (Red+Green+Blue) = 202+214+193=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6C1 is #35293E. Grayscale: #D0D0D0. Windows color (decimal): -3483967 or 12703434. OLE color: 12703434.

HSL color Cylindrical-coordinate representation of color #CAD6C1: hue angle of 94.29º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAD6C1 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB202214193-
CMYK0.0600.100.16
HSL94.29º20.39%79.8%-
HSV(B)94.29º9.81%83.92%-
XYZ58.0364.559.84-
YUV208.02119.52123.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=33.17%
G=35.14%
B=31.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141930.0600.100.1694.2920.3979.8
HexCAD6C160A105e1450
Octal31232630160122013624120
Binary11001010110101101100000111001010100001011110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6C1; }

 p { color: rgb(202,214,193); }

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

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

 a { background-color: rgb(202,214,193); }

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

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

 span { border-color: rgb(202,214,193); }

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