Html Css Color HEX #CA9495 Careys Pink

📋 copy color: '#CA9495'

red 202 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #CA9495

Tints of Careys Pink #CA9495

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

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

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

Color convert

RGB 202 148 149 -
CMYK 0 0.27 0.26 0.21
HSL 358.89º 0.34% 0.69% -
HSV(B) 358.89º 0.27% 0.79% -
XYZ 40.37 35.91 33.24 -
YUV 164.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 202 148 149 0 0.27 0.26 0.21 358.89 0.34 0.69
Hex CA 94 95 0 1B 1A 15 167 22 45
Octal 312 224 225 0 33 32 25 547 42 105
Binary 11001010 10010100 10010101 0 11011 11010 10101 101100111 100010 1000101

Color Harmonies of #CA9495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9495

Black with #CA9495

Text Example


Text Example

White with #CA9495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9495; }

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

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

background-color css

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

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

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

border-color css

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

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

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