#CBD3B3

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

Shades of Harp #CBD3B3

Tints of Harp #CBD3B3

Color information

#CBD3B3 (or 0xCBD3B3) is unknown color: approx Harp. HEX triplet: CB, D3 and B3. RGB value is (203,211,179). Sum of RGB (Red+Green+Blue) = 203+211+179=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD3B3 is #342C4C. Grayscale: #CDCDCD. Windows color (decimal): -3419213 or 11785163. OLE color: 11785163.

HSL color Cylindrical-coordinate representation of color #CBD3B3: hue angle of 75º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD3B3 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB203211179-
CMYK0.0400.150.17
HSL75º26.67%76.47%-
HSV(B)75º15.17%82.75%-
XYZ56.0662.5451.76-
YUV204.96113.35126.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 211 (82.81% from 255) = 35.58%
BLUE value IS 179 (70.31% from 255) = 30.19%
R=34.23%
G=35.58%
B=30.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032111790.0400.150.177526.6776.47
HexCBD3B340F114b1b4c
Octal31332326340172111333114
Binary11001011110100111011001110001111100011001011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD3B3; }

 p { color: rgb(203,211,179); }

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

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

 a { background-color: rgb(203,211,179); }

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

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

 span { border-color: rgb(203,211,179); }

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