#CBCCCA

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

Shades of Ottoman #CBCCCA

Tints of Ottoman #CBCCCA

Color information

#CBCCCA (or 0xCBCCCA) is unknown color: approx Ottoman. HEX triplet: CB, CC and CA. RGB value is (203,204,202). Sum of RGB (Red+Green+Blue) = 203+204+202=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCCA is #343335. Grayscale: #CBCBCB. Windows color (decimal): -3420982 or 13290699. OLE color: 13290699.

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

Color convert

RGB203204202-
CMYK0.0000.010.2
HSL90º1.92%79.61%-
HSV(B)90º0.98%80%-
XYZ56.8860.1564.49-
YUV203.47127.17127.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=33.33%
G=33.50%
B=33.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032042020.0000.010.2901.9279.61
HexCBCCCA001145a250
Octal313314312001241322120
Binary110010111100110011001010001101001011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCCA; }

 p { color: rgb(203,204,202); }

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

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

 a { background-color: rgb(203,204,202); }

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

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

 span { border-color: rgb(203,204,202); }

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