Html Css Color HEX #CCD9BA Ottoman

📋 copy color: '#CCD9BA'

red 204 ◦ green 217 ◦ blue 186

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

Shades of Ottoman #CCD9BA

Tints of Ottoman #CCD9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.75%

 BLUE value IS 186 (73.05% from 255) = 30.64%

R = 33.61%
G = 35.75%
B = 30.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#CCD9BA (or 0xCCD9BA) is known color: Ottoman. HEX triplet: CC, D9 and BA. RGB value is (204,217,186). Sum of RGB (Red+Green+Blue) = 204+217+186=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9BA is #332645. Grayscale: #D1D1D1. Windows color (decimal): -3352134 or 12245452. OLE color: 12245452.

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

Color convert

RGB 204 217 186 -
CMYK 0.06 0 0.14 0.15
HSL 85.16º 0.29% 0.79% -
HSV(B) 85.16º 0.14% 0.85% -
XYZ 58.58 66.01 56.11 -
YUV 209.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 204 217 186 0.06 0 0.14 0.15 85.16 0.29 0.79
Hex CC D9 BA 6 0 E F 55 1D 4F
Octal 314 331 272 6 0 16 17 125 35 117
Binary 11001100 11011001 10111010 110 0 1110 1111 1010101 11101 1001111

Color Harmonies of #CCD9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9BA

Black with #CCD9BA

Text Example


Text Example

White with #CCD9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9BA; }

 p { color: rgb(204,217,186); }

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

background-color css

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

 a { background-color: rgb(204,217,186); }

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

border-color css

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

 span { border-color: rgb(204,217,186); }

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