#CBD6AE

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

Shades of Harp #CBD6AE

Tints of Harp #CBD6AE

Color information

#CBD6AE (or 0xCBD6AE) is unknown color: approx Harp. HEX triplet: CB, D6 and AE. RGB value is (203,214,174). Sum of RGB (Red+Green+Blue) = 203+214+174=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD6AE is #342951. Grayscale: #CECECE. Windows color (decimal): -3418450 or 11458251. OLE color: 11458251.

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

Color convert

RGB203214174-
CMYK0.0500.190.16
HSL76.5º32.79%76.08%-
HSV(B)76.5º18.69%83.92%-
XYZ56.3263.8549.4-
YUV206.15109.86125.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=34.35%
G=36.21%
B=29.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141740.0500.190.1676.532.7976.08
HexCBD6AE5013104c214c
Octal31332625650232011441114
Binary1100101111010110101011101010100111000010011001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6AE; }

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

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

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

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

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

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

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

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