#CBD4AE

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

Shades of Harp #CBD4AE

Tints of Harp #CBD4AE

Color information

#CBD4AE (or 0xCBD4AE) is unknown color: approx Harp. HEX triplet: CB, D4 and AE. RGB value is (203,212,174). Sum of RGB (Red+Green+Blue) = 203+212+174=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD4AE is #342B51. Grayscale: #CDCDCD. Windows color (decimal): -3418962 or 11457739. OLE color: 11457739.

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

Color convert

RGB203212174-
CMYK0.0400.180.17
HSL74.21º30.65%75.69%-
HSV(B)74.21º17.92%83.14%-
XYZ55.8162.8449.23-
YUV204.98110.52126.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=34.47%
G=35.99%
B=29.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032121740.0400.180.1774.2130.6575.69
HexCBD4AE4012114a1f4c
Octal31332425640222111237114
Binary110010111101010010101110100010010100011001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4AE; }

 p { color: rgb(203,212,174); }

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

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

 a { background-color: rgb(203,212,174); }

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

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

 span { border-color: rgb(203,212,174); }

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