Html Css Color HEX #CA949C Careys Pink

📋 copy color: '#CA949C'

red 202 ◦ green 148 ◦ blue 156

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

Shades of Careys Pink #CA949C

Tints of Careys Pink #CA949C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.83%

R = 39.92%
G = 29.25%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA949C (or 0xCA949C) is known color: Careys Pink. HEX triplet: CA, 94 and 9C. RGB value is (202,148,156). Sum of RGB (Red+Green+Blue) = 202+148+156=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA949C is #356B63. Grayscale: #A5A5A5. Windows color (decimal): -3500900 or 10261706. OLE color: 10261706.

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

Color convert

RGB 202 148 156 -
CMYK 0 0.27 0.23 0.21
HSL 351.11º 0.34% 0.69% -
HSV(B) 351.11º 0.27% 0.79% -
XYZ 40.95 36.14 36.27 -
YUV 165.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 202 148 156 0 0.27 0.23 0.21 351.11 0.34 0.69
Hex CA 94 9C 0 1B 17 15 15F 22 45
Octal 312 224 234 0 33 27 25 537 42 105
Binary 11001010 10010100 10011100 0 11011 10111 10101 101011111 100010 1000101

Color Harmonies of #CA949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA949C

Black with #CA949C

Text Example


Text Example

White with #CA949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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