Html Css Color HEX #C7CCC2 Ottoman

📋 copy color: '#C7CCC2'

red 199 ◦ green 204 ◦ blue 194

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

Shades of Ottoman #C7CCC2

Tints of Ottoman #C7CCC2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.17%

 BLUE value IS 194 (76.17% from 255) = 32.5%

R = 33.33%
G = 34.17%
B = 32.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#C7CCC2 (or 0xC7CCC2) is known color: Ottoman. HEX triplet: C7, CC and C2. RGB value is (199,204,194). Sum of RGB (Red+Green+Blue) = 199+204+194=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCC2 is #38333D. Grayscale: #C9C9C9. Windows color (decimal): -3683134 or 12766407. OLE color: 12766407.

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

Color convert

RGB 199 204 194 -
CMYK 0.02 0 0.05 0.2
HSL 90º 0.09% 0.78% -
HSV(B) 90º 0.05% 0.8% -
XYZ 54.88 59.22 59.58 -
YUV 201.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 199 204 194 0.02 0 0.05 0.2 90 0.09 0.78
Hex C7 CC C2 2 0 5 14 5A 9 4E
Octal 307 314 302 2 0 5 24 132 11 116
Binary 11000111 11001100 11000010 10 0 101 10100 1011010 1001 1001110

Color Harmonies of #C7CCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CCC2

Black with #C7CCC2

Text Example


Text Example

White with #C7CCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CCC2; }

 p { color: rgb(199,204,194); }

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

background-color css

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

 a { background-color: rgb(199,204,194); }

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

border-color css

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

 span { border-color: rgb(199,204,194); }

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