#CBD6B4

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

Shades of Harp #CBD6B4

Tints of Harp #CBD6B4

Color information

#CBD6B4 (or 0xCBD6B4) is unknown color: approx Harp. HEX triplet: CB, D6 and B4. RGB value is (203,214,180). Sum of RGB (Red+Green+Blue) = 203+214+180=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6B4 is #34294B. Grayscale: #CECECE. Windows color (decimal): -3418444 or 11851467. OLE color: 11851467.

HSL color Cylindrical-coordinate representation of color #CBD6B4: hue angle of 79.41º degrees, saturation: 0.29, 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 #CBD6B4 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB203214180-
CMYK0.0500.160.16
HSL79.41º29.31%77.25%-
HSV(B)79.41º15.89%83.92%-
XYZ56.9164.0852.55-
YUV206.84112.86125.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 214 (83.98% from 255) = 35.85%
BLUE value IS 180 (70.70% from 255) = 30.15%
R=34.00%
G=35.85%
B=30.15%

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
Decimal2032141800.0500.160.1679.4129.3177.25
HexCBD6B45010104f1d4d
Octal31332626450202011735115
Binary110010111101011010110100101010000100001001111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6B4; }

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

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

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

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

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

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

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

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