#CBCDC6

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

Shades of Harp #CBCDC6

Tints of Harp #CBCDC6

Color information

#CBCDC6 (or 0xCBCDC6) is unknown color: approx Harp. HEX triplet: CB, CD and C6. RGB value is (203,205,198). Sum of RGB (Red+Green+Blue) = 203+205+198=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDC6 is #343239. Grayscale: #CBCBCB. Windows color (decimal): -3420730 or 13028811. OLE color: 13028811.

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

Color convert

RGB203205198-
CMYK0.0100.030.20
HSL77.14º6.54%79.02%-
HSV(B)77.14º3.41%80.39%-
XYZ56.6560.4462.11-
YUV203.6124.84127.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=33.50%
G=33.83%
B=32.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032051980.0100.030.2077.146.5479.02
HexCBCDC6103144d74f
Octal313315306103241157117
Binary11001011110011011100011010111010010011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDC6; }

 p { color: rgb(203,205,198); }

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

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

 a { background-color: rgb(203,205,198); }

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

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

 span { border-color: rgb(203,205,198); }

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