Html Css Color HEX #CADAB9 Ottoman

📋 copy color: '#CADAB9'

red 202 ◦ green 218 ◦ blue 185

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

Shades of Ottoman #CADAB9

Tints of Ottoman #CADAB9

RGB

 RED value IS 202 (79.3% from 255) = 33.39%

 GREEN value IS 218 (85.55% from 255) = 36.03%

 BLUE value IS 185 (72.66% from 255) = 30.58%

R = 33.39%
G = 36.03%
B = 30.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#CADAB9 (or 0xCADAB9) is known color: Ottoman. HEX triplet: CA, DA and B9. RGB value is (202,218,185). Sum of RGB (Red+Green+Blue) = 202+218+185=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAB9 is #352546. Grayscale: #D1D1D1. Windows color (decimal): -3482951 or 12180170. OLE color: 12180170.

HSL color Cylindrical-coordinate representation of color #CADAB9: hue angle of 89.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADAB9 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 218 185 -
CMYK 0.07 0 0.15 0.15
HSL 89.09º 0.31% 0.79% -
HSV(B) 89.09º 0.15% 0.85% -
XYZ 58.19 66.2 55.61 -
YUV 209.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 202 218 185 0.07 0 0.15 0.15 89.09 0.31 0.79
Hex CA DA B9 7 0 F F 59 1F 4F
Octal 312 332 271 7 0 17 17 131 37 117
Binary 11001010 11011010 10111001 111 0 1111 1111 1011001 11111 1001111

Color Harmonies of #CADAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADAB9

Black with #CADAB9

Text Example


Text Example

White with #CADAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADAB9; }

 p { color: rgb(202,218,185); }

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

background-color css

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

 a { background-color: rgb(202,218,185); }

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

border-color css

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

 span { border-color: rgb(202,218,185); }

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