Html Css Color HEX #CA9590 Oriental Pink

📋 copy color: '#CA9590'

red 202 ◦ green 149 ◦ blue 144

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

Shades of Oriental Pink #CA9590

Tints of Oriental Pink #CA9590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.09%

R = 40.81%
G = 30.1%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA9590 (or 0xCA9590) is known color: Oriental Pink. HEX triplet: CA, 95 and 90. RGB value is (202,149,144). Sum of RGB (Red+Green+Blue) = 202+149+144=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9590 is #356A6F. Grayscale: #A4A4A4. Windows color (decimal): -3500656 or 9475530. OLE color: 9475530.

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

Color convert

RGB 202 149 144 -
CMYK 0 0.26 0.29 0.21
HSL 5.17º 0.35% 0.68% -
HSV(B) 5.17º 0.29% 0.79% -
XYZ 40.14 36.07 31.23 -
YUV 164.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 202 149 144 0 0.26 0.29 0.21 5.17 0.35 0.68
Hex CA 95 90 0 1A 1D 15 5 23 44
Octal 312 225 220 0 32 35 25 5 43 104
Binary 11001010 10010101 10010000 0 11010 11101 10101 101 100011 1000100

Color Harmonies of #CA9590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9590

Black with #CA9590

Text Example


Text Example

White with #CA9590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9590; }

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

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

background-color css

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

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

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

border-color css

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

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

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