Html Css Color HEX #CA9095 Careys Pink

📋 copy color: '#CA9095'

red 202 ◦ green 144 ◦ blue 149

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

Shades of Careys Pink #CA9095

Tints of Careys Pink #CA9095

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

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

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

Color convert

RGB 202 144 149 -
CMYK 0 0.29 0.26 0.21
HSL 354.83º 0.35% 0.68% -
HSV(B) 354.83º 0.29% 0.79% -
XYZ 39.76 34.67 33.03 -
YUV 161.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 202 144 149 0 0.29 0.26 0.21 354.83 0.35 0.68
Hex CA 90 95 0 1D 1A 15 163 23 44
Octal 312 220 225 0 35 32 25 543 43 104
Binary 11001010 10010000 10010101 0 11101 11010 10101 101100011 100011 1000100

Color Harmonies of #CA9095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9095

Black with #CA9095

Text Example


Text Example

White with #CA9095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9095; }

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

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

background-color css

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

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

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

border-color css

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

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

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