#CBE09D

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

Shades of Reef #CBE09D

Tints of Reef #CBE09D

Color information

#CBE09D (or 0xCBE09D) is unknown color: approx Reef. HEX triplet: CB, E0 and 9D. RGB value is (203,224,157). Sum of RGB (Red+Green+Blue) = 203+224+157=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE09D is #341F62. Grayscale: #D2D2D2. Windows color (decimal): -3415907 or 10346699. OLE color: 10346699.

HSL color Cylindrical-coordinate representation of color #CBE09D: hue angle of 78.81º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBE09D is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB203224157-
CMYK0.0900.300.12
HSL78.81º51.94%74.71%-
HSV(B)78.81º29.91%87.84%-
XYZ57.3768.4442.09-
YUV210.0898.04122.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 224 (87.89% from 255) = 38.36%
BLUE value IS 157 (61.72% from 255) = 26.88%
R=34.76%
G=38.36%
B=26.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032241570.0900.300.1278.8151.9474.71
HexCBE09D901EC4f344b
Octal313340235110361411764113
Binary1100101111100000100111011001011110110010011111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE09D; }

 p { color: rgb(203,224,157); }

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

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

 a { background-color: rgb(203,224,157); }

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

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

 span { border-color: rgb(203,224,157); }

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