#CBD5AF

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

Shades of Harp #CBD5AF

Tints of Harp #CBD5AF

Color information

#CBD5AF (or 0xCBD5AF) is unknown color: approx Harp. HEX triplet: CB, D5 and AF. RGB value is (203,213,175). Sum of RGB (Red+Green+Blue) = 203+213+175=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD5AF is #342A50. Grayscale: #CDCDCD. Windows color (decimal): -3418705 or 11523531. OLE color: 11523531.

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

Color convert

RGB203213175-
CMYK0.0500.180.16
HSL75.79º31.15%76.08%-
HSV(B)75.79º17.84%83.53%-
XYZ56.1663.3849.83-
YUV205.68110.69126.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 213 (83.59% from 255) = 36.04%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=34.35%
G=36.04%
B=29.61%

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
Decimal2032131750.0500.180.1675.7931.1576.08
HexCBD5AF5012104c1f4c
Octal31332525750222011437114
Binary110010111101010110101111101010010100001001100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5AF; }

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

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

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

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

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

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

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

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