Html Css Color HEX #CA9696 Rosy Brown

📋 copy color: '#CA9696'

red 202 ◦ green 150 ◦ blue 150

#CA9696
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rosy Brown #CA9696

Tints of Rosy Brown #CA9696

RGB

 RED value IS 202 (79.3% from 255) = 40.24%

 GREEN value IS 150 (58.98% from 255) = 29.88%

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 40.24%
G = 29.88%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA9696 (or 0xCA9696) is known color: Rosy Brown. HEX triplet: CA, 96 and 96. RGB value is (202,150,150). Sum of RGB (Red+Green+Blue) = 202+150+150=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9696 is #356969. Grayscale: #A5A5A5. Windows color (decimal): -3500394 or 9869002. OLE color: 9869002.

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

Color convert

RGB 202 150 150 -
CMYK 0 0.26 0.26 0.21
HSL 0.33% 0.69% -
HSV(B) 0.26% 0.79% -
XYZ 40.77 36.57 33.76 -
YUV 165.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 202 150 150 0 0.26 0.26 0.21 0 0.33 0.69
Hex CA 96 96 0 1A 1A 15 0 21 45
Octal 312 226 226 0 32 32 25 0 41 105
Binary 11001010 10010110 10010110 0 11010 11010 10101 0 100001 1000101

Color Harmonies of #CA9696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9696

Black with #CA9696

Text Example


Text Example

White with #CA9696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9696; }

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

 H1.HeaderClassName
 {
   color: #CA9696;
 }
 .AnyTagClassName
 {
   color: #CA9696;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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