#CACD75

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

Shades of Deco #CACD75

Tints of Deco #CACD75

Color information

#CACD75 (or 0xCACD75) is unknown color: approx Deco. HEX triplet: CA, CD and 75. RGB value is (202,205,117). Sum of RGB (Red+Green+Blue) = 202+205+117=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD75 is #35328A. Grayscale: #C2C2C2. Windows color (decimal): -3486347 or 7720394. OLE color: 7720394.

HSL color Cylindrical-coordinate representation of color #CACD75: hue angle of 62.05º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CACD75 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB202205117-
CMYK0.0100.430.20
HSL62.05º46.81%63.14%-
HSV(B)62.05º42.93%80.39%-
XYZ49.457.525.33-
YUV194.0784.51133.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 117 (46.09% from 255) = 22.33%
R=38.55%
G=39.12%
B=22.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051170.0100.430.2062.0546.8163.14
HexCACD75102B143e2f3f
Octal312315165105324765777
Binary110010101100110111101011010101110100111110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD75; }

 p { color: rgb(202,205,117); }

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

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

 a { background-color: rgb(202,205,117); }

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

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

 span { border-color: rgb(202,205,117); }

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