Html Css Color HEX #CA9498 Careys Pink

📋 copy color: '#CA9498'

red 202 ◦ green 148 ◦ blue 152

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

Shades of Careys Pink #CA9498

Tints of Careys Pink #CA9498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.28%

R = 40.24%
G = 29.48%
B = 30.28%

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

#CA9498 (or 0xCA9498) is known color: Careys Pink. HEX triplet: CA, 94 and 98. RGB value is (202,148,152). Sum of RGB (Red+Green+Blue) = 202+148+152=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9498 is #356B67. Grayscale: #A4A4A4. Windows color (decimal): -3500904 or 9999562. OLE color: 9999562.

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

Color convert

RGB 202 148 152 -
CMYK 0 0.27 0.25 0.21
HSL 355.56º 0.34% 0.69% -
HSV(B) 355.56º 0.27% 0.79% -
XYZ 40.61 36 34.51 -
YUV 164.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 202 148 152 0 0.27 0.25 0.21 355.56 0.34 0.69
Hex CA 94 98 0 1B 19 15 164 22 45
Octal 312 224 230 0 33 31 25 544 42 105
Binary 11001010 10010100 10011000 0 11011 11001 10101 101100100 100010 1000101

Color Harmonies of #CA9498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9498

Black with #CA9498

Text Example


Text Example

White with #CA9498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9498; }

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

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

background-color css

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

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

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

border-color css

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

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

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