Html Css Color HEX #CCDAB9 Ottoman

📋 copy color: '#CCDAB9'

red 204 ◦ green 218 ◦ blue 185

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

Shades of Ottoman #CCDAB9

Tints of Ottoman #CCDAB9

RGB

 RED value IS 204 (80.08% from 255) = 33.61%

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

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

R = 33.61%
G = 35.91%
B = 30.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#CCDAB9 (or 0xCCDAB9) is known color: Ottoman. HEX triplet: CC, DA and B9. RGB value is (204,218,185). Sum of RGB (Red+Green+Blue) = 204+218+185=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAB9 is #332546. Grayscale: #D2D2D2. Windows color (decimal): -3351879 or 12180172. OLE color: 12180172.

HSL color Cylindrical-coordinate representation of color #CCDAB9: hue angle of 85.45º 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 #CCDAB9 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 185 -
CMYK 0.06 0 0.15 0.15
HSL 85.45º 0.31% 0.79% -
HSV(B) 85.45º 0.15% 0.85% -
XYZ 58.73 66.48 55.64 -
YUV 210.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 204 218 185 0.06 0 0.15 0.15 85.45 0.31 0.79
Hex CC DA B9 6 0 F F 55 1F 4F
Octal 314 332 271 6 0 17 17 125 37 117
Binary 11001100 11011010 10111001 110 0 1111 1111 1010101 11111 1001111

Color Harmonies of #CCDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAB9

Black with #CCDAB9

Text Example


Text Example

White with #CCDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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