#CCDB95

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

Shades of Reef #CCDB95

Tints of Reef #CCDB95

Color information

#CCDB95 (or 0xCCDB95) is unknown color: approx Reef. HEX triplet: CC, DB and 95. RGB value is (204,219,149). Sum of RGB (Red+Green+Blue) = 204+219+149=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB95 is #33246A. Grayscale: #CECECE. Windows color (decimal): -3351659 or 9821132. OLE color: 9821132.

HSL color Cylindrical-coordinate representation of color #CCDB95: hue angle of 72.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCDB95 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB204219149-
CMYK0.0700.320.14
HSL72.86º49.3%72.16%-
HSV(B)72.86º31.96%85.88%-
XYZ55.6665.6738.18-
YUV206.5395.53126.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=35.66%
G=38.29%
B=26.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191490.0700.320.1472.8649.372.16
HexCCDB957020E493148
Octal31433322570401611161110
Binary1100110011011011100101011110100000111010010011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDB95; }

 p { color: rgb(204,219,149); }

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

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

 a { background-color: rgb(204,219,149); }

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

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

 span { border-color: rgb(204,219,149); }

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