Html Css Color HEX #CA949D Careys Pink

📋 copy color: '#CA949D'

red 202 ◦ green 148 ◦ blue 157

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

Shades of Careys Pink #CA949D

Tints of Careys Pink #CA949D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.97%

R = 39.84%
G = 29.19%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA949D (or 0xCA949D) is known color: Careys Pink. HEX triplet: CA, 94 and 9D. RGB value is (202,148,157). Sum of RGB (Red+Green+Blue) = 202+148+157=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA949D is #356B62. Grayscale: #A5A5A5. Windows color (decimal): -3500899 or 10327242. OLE color: 10327242.

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

Color convert

RGB 202 148 157 -
CMYK 0 0.27 0.22 0.21
HSL 350º 0.34% 0.69% -
HSV(B) 350º 0.27% 0.79% -
XYZ 41.03 36.17 36.72 -
YUV 165.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 202 148 157 0 0.27 0.22 0.21 350 0.34 0.69
Hex CA 94 9D 0 1B 16 15 15E 22 45
Octal 312 224 235 0 33 26 25 536 42 105
Binary 11001010 10010100 10011101 0 11011 10110 10101 101011110 100010 1000101

Color Harmonies of #CA949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA949D

Black with #CA949D

Text Example


Text Example

White with #CA949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA949D; }

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

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

background-color css

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

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

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

border-color css

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

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

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