Html Css Color HEX #C7CBC3 Ottoman

📋 copy color: '#C7CBC3'

red 199 ◦ green 203 ◦ blue 195

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

Shades of Ottoman #C7CBC3

Tints of Ottoman #C7CBC3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34%

 BLUE value IS 195 (76.56% from 255) = 32.66%

R = 33.33%
G = 34%
B = 32.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#C7CBC3 (or 0xC7CBC3) is known color: Ottoman. HEX triplet: C7, CB and C3. RGB value is (199,203,195). Sum of RGB (Red+Green+Blue) = 199+203+195=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBC3 is #38343C. Grayscale: #C8C8C8. Windows color (decimal): -3683389 or 12831687. OLE color: 12831687.

HSL color Cylindrical-coordinate representation of color #C7CBC3: hue angle of 90º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CBC3 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 203 195 -
CMYK 0.02 0 0.04 0.20
HSL 90º 0.07% 0.78% -
HSV(B) 90º 0.04% 0.8% -
XYZ 54.76 58.79 60.09 -
YUV 200.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 199 203 195 0.02 0 0.04 0.20 90 0.07 0.78
Hex C7 CB C3 2 0 4 14 5A 7 4E
Octal 307 313 303 2 0 4 24 132 7 116
Binary 11000111 11001011 11000011 10 0 100 10100 1011010 111 1001110

Color Harmonies of #C7CBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CBC3

Black with #C7CBC3

Text Example


Text Example

White with #C7CBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CBC3; }

 p { color: rgb(199,203,195); }

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

background-color css

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

 a { background-color: rgb(199,203,195); }

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

border-color css

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

 span { border-color: rgb(199,203,195); }

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