#CBCEBA

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

Shades of Harp #CBCEBA

Tints of Harp #CBCEBA

Color information

#CBCEBA (or 0xCBCEBA) is unknown color: approx Harp. HEX triplet: CB, CE and BA. RGB value is (203,206,186). Sum of RGB (Red+Green+Blue) = 203+206+186=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEBA is #343145. Grayscale: #CACACA. Windows color (decimal): -3420486 or 12242635. OLE color: 12242635.

HSL color Cylindrical-coordinate representation of color #CBCEBA: hue angle of 69º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBCEBA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB203206186-
CMYK0.0100.100.19
HSL69º16.95%76.86%-
HSV(B)69º9.71%80.78%-
XYZ55.5660.3855.18-
YUV202.82118.51128.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.12%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=34.12%
G=34.62%
B=31.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032061860.0100.100.196916.9576.86
HexCBCEBA10A1345114d
Octal31331627210122310521115
Binary110010111100111010111010101010100111000101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEBA; }

 p { color: rgb(203,206,186); }

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

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

 a { background-color: rgb(203,206,186); }

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

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

 span { border-color: rgb(203,206,186); }

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