Html Css Color HEX #CA9497 Careys Pink

📋 copy color: '#CA9497'

red 202 ◦ green 148 ◦ blue 151

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

Shades of Careys Pink #CA9497

Tints of Careys Pink #CA9497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.14%

R = 40.32%
G = 29.54%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA9497 (or 0xCA9497) is known color: Careys Pink. HEX triplet: CA, 94 and 97. RGB value is (202,148,151). Sum of RGB (Red+Green+Blue) = 202+148+151=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9497 is #356B68. Grayscale: #A4A4A4. Windows color (decimal): -3500905 or 9934026. OLE color: 9934026.

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

Color convert

RGB 202 148 151 -
CMYK 0 0.27 0.25 0.21
HSL 356.67º 0.34% 0.69% -
HSV(B) 356.67º 0.27% 0.79% -
XYZ 40.53 35.97 34.08 -
YUV 164.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 202 148 151 0 0.27 0.25 0.21 356.67 0.34 0.69
Hex CA 94 97 0 1B 19 15 165 22 45
Octal 312 224 227 0 33 31 25 545 42 105
Binary 11001010 10010100 10010111 0 11011 11001 10101 101100101 100010 1000101

Color Harmonies of #CA9497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9497

Black with #CA9497

Text Example


Text Example

White with #CA9497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9497; }

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

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

background-color css

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

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

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

border-color css

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

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

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