#C8CCC4

Color #C8CCC4 Ottoman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ottoman #C8CCC4

Tints of Ottoman #C8CCC4

Color information

#C8CCC4 (or 0xC8CCC4) is unknown color: approx Ottoman. HEX triplet: C8, CC and C4. RGB value is (200,204,196). Sum of RGB (Red+Green+Blue) = 200+204+196=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCC4 is #37333B. Grayscale: #C9C9C9. Windows color (decimal): -3617596 or 12897480. OLE color: 12897480.

HSL color Cylindrical-coordinate representation of color #C8CCC4: 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 #C8CCC4 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB200204196-
CMYK0.0200.040.2
HSL90º7.27%78.43%-
HSV(B)90º3.92%80%-
XYZ55.3859.4560.78-
YUV201.89124.67126.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 196 (76.95% from 255) = 32.67%
R=33.33%
G=34%
B=32.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002041960.0200.040.2907.2778.43
HexC8CCC4204145a74e
Octal310314304204241327116
Binary1100100011001100110001001001001010010110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCC4; }

 p { color: rgb(200,204,196); }

 H1.HeaderClassName
 {
   color: #C8CCC4;
 }
 .AnyTagClassName
 {
   color: #C8CCC4;
 }
</style>
background-color css

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

 a { background-color: rgb(200,204,196); }

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

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

 span { border-color: rgb(200,204,196); }

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