#CBDCA0

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

Shades of Reef #CBDCA0

Tints of Reef #CBDCA0

Color information

#CBDCA0 (or 0xCBDCA0) is unknown color: approx Reef. HEX triplet: CB, DC and A0. RGB value is (203,220,160). Sum of RGB (Red+Green+Blue) = 203+220+160=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCA0 is #34235F. Grayscale: #D0D0D0. Windows color (decimal): -3416928 or 10542283. OLE color: 10542283.

HSL color Cylindrical-coordinate representation of color #CBDCA0: hue angle of 77º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBDCA0 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB203220160-
CMYK0.0800.270.14
HSL77º46.15%74.51%-
HSV(B)77º27.27%86.27%-
XYZ56.5766.4243.1-
YUV208.08100.87124.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=34.82%
G=37.74%
B=27.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201600.0800.270.147746.1574.51
HexCBDCA0801BE4d2e4b
Octal313334240100331611556113
Binary1100101111011100101000001000011011111010011011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCA0; }

 p { color: rgb(203,220,160); }

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

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

 a { background-color: rgb(203,220,160); }

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

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

 span { border-color: rgb(203,220,160); }

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