Html Css Color HEX #C7D2BB Ottoman

📋 copy color: '#C7D2BB'

red 199 ◦ green 210 ◦ blue 187

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

Shades of Ottoman #C7D2BB

Tints of Ottoman #C7D2BB

RGB

 RED value IS 199 (78.13% from 255) = 33.39%

 GREEN value IS 210 (82.42% from 255) = 35.23%

 BLUE value IS 187 (73.44% from 255) = 31.38%

R = 33.39%
G = 35.23%
B = 31.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#C7D2BB (or 0xC7D2BB) is known color: Ottoman. HEX triplet: C7, D2 and BB. RGB value is (199,210,187). Sum of RGB (Red+Green+Blue) = 199+210+187=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D2BB is #382D44. Grayscale: #CCCCCC. Windows color (decimal): -3681605 or 12309191. OLE color: 12309191.

HSL color Cylindrical-coordinate representation of color #C7D2BB: hue angle of 88.7º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7D2BB is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 210 187 -
CMYK 0.05 0 0.11 0.18
HSL 88.7º 0.2% 0.78% -
HSV(B) 88.7º 0.11% 0.82% -
XYZ 55.57 61.82 56.02 -
YUV 204.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 199 210 187 0.05 0 0.11 0.18 88.7 0.2 0.78
Hex C7 D2 BB 5 0 B 12 59 14 4E
Octal 307 322 273 5 0 13 22 131 24 116
Binary 11000111 11010010 10111011 101 0 1011 10010 1011001 10100 1001110

Color Harmonies of #C7D2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D2BB

Black with #C7D2BB

Text Example


Text Example

White with #C7D2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D2BB; }

 p { color: rgb(199,210,187); }

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

background-color css

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

 a { background-color: rgb(199,210,187); }

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

border-color css

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

 span { border-color: rgb(199,210,187); }

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