Html Css Color HEX #CA9594 Rosy Brown

📋 copy color: '#CA9594'

red 202 ◦ green 149 ◦ blue 148

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

Shades of Rosy Brown #CA9594

Tints of Rosy Brown #CA9594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.86%

 BLUE value IS 148 (58.2% from 255) = 29.66%

R = 40.48%
G = 29.86%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA9594 (or 0xCA9594) is known color: Rosy Brown. HEX triplet: CA, 95 and 94. RGB value is (202,149,148). Sum of RGB (Red+Green+Blue) = 202+149+148=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9594 is #356A6B. Grayscale: #A4A4A4. Windows color (decimal): -3500652 or 9737674. OLE color: 9737674.

HSL color Cylindrical-coordinate representation of color #CA9594: hue angle of 1.11º 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 #CA9594 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 148 -
CMYK 0 0.26 0.27 0.21
HSL 1.11º 0.34% 0.69% -
HSV(B) 1.11º 0.27% 0.79% -
XYZ 40.45 36.19 32.87 -
YUV 164.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 202 149 148 0 0.26 0.27 0.21 1.11 0.34 0.69
Hex CA 95 94 0 1A 1B 15 1 22 45
Octal 312 225 224 0 32 33 25 1 42 105
Binary 11001010 10010101 10010100 0 11010 11011 10101 1 100010 1000101

Color Harmonies of #CA9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9594

Black with #CA9594

Text Example


Text Example

White with #CA9594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9594; }

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

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

background-color css

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

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

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

border-color css

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

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

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