#CBD5AE

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

Shades of Harp #CBD5AE

Tints of Harp #CBD5AE

Color information

#CBD5AE (or 0xCBD5AE) is unknown color: approx Harp. HEX triplet: CB, D5 and AE. RGB value is (203,213,174). Sum of RGB (Red+Green+Blue) = 203+213+174=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD5AE is #342A51. Grayscale: #CDCDCD. Windows color (decimal): -3418706 or 11457995. OLE color: 11457995.

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

Color convert

RGB203213174-
CMYK0.0500.180.16
HSL75.38º31.71%75.88%-
HSV(B)75.38º18.31%83.53%-
XYZ56.0663.3449.32-
YUV205.56110.19126.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 213 (83.59% from 255) = 36.10%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=34.41%
G=36.10%
B=29.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032131740.0500.180.1675.3831.7175.88
HexCBD5AE5012104b204c
Octal31332525650222011340114
Binary1100101111010101101011101010100101000010010111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5AE; }

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

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

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

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

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

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

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

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