#CA9694

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

Shades of Rosy Brown #CA9694

Tints of Rosy Brown #CA9694

Color information

#CA9694 (or 0xCA9694) is unknown color: approx Rosy Brown. HEX triplet: CA, 96 and 94. RGB value is (202,150,148). Sum of RGB (Red+Green+Blue) = 202+150+148=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9694 is #35696B. Grayscale: #A5A5A5. Windows color (decimal): -3500396 or 9737930. OLE color: 9737930.

HSL color Cylindrical-coordinate representation of color #CA9694: hue angle of 2.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA9694 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202150148-
CMYK00.260.270.21
HSL2.22º33.75%68.63%-
HSV(B)2.22º26.73%79.22%-
XYZ40.6136.5132.92-
YUV165.32118.23154.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 148 (58.20% from 255) = 29.6%
R=40.4%
G=30%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215014800.260.270.212.2233.7568.63
HexCA969401A1B1522245
Octal3122262240323325242105
Binary1100101010010110100101000110101101110101101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9694; }

 p { color: rgb(202,150,148); }

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

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

 a { background-color: rgb(202,150,148); }

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

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

 span { border-color: rgb(202,150,148); }

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