#CBD6B3

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

Shades of Harp #CBD6B3

Tints of Harp #CBD6B3

Color information

#CBD6B3 (or 0xCBD6B3) is unknown color: approx Harp. HEX triplet: CB, D6 and B3. RGB value is (203,214,179). Sum of RGB (Red+Green+Blue) = 203+214+179=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6B3 is #34294C. Grayscale: #CECECE. Windows color (decimal): -3418445 or 11785931. OLE color: 11785931.

HSL color Cylindrical-coordinate representation of color #CBD6B3: hue angle of 78.86º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBD6B3 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB203214179-
CMYK0.0500.160.16
HSL78.86º29.91%77.06%-
HSV(B)78.86º16.36%83.92%-
XYZ56.8164.0452.02-
YUV206.72112.36125.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 214 (83.98% from 255) = 35.91%
BLUE value IS 179 (70.31% from 255) = 30.03%
R=34.06%
G=35.91%
B=30.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141790.0500.160.1678.8629.9177.06
HexCBD6B35010104f1e4d
Octal31332626350202011736115
Binary110010111101011010110011101010000100001001111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6B3; }

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

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

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

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

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

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

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

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