Html Css Color HEX #CA98A3 Careys Pink

📋 copy color: '#CA98A3'

red 202 ◦ green 152 ◦ blue 163

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

Shades of Careys Pink #CA98A3

Tints of Careys Pink #CA98A3

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.4%

 BLUE value IS 163 (64.06% from 255) = 31.53%

R = 39.07%
G = 29.4%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#CA98A3 (or 0xCA98A3) is known color: Careys Pink. HEX triplet: CA, 98 and A3. RGB value is (202,152,163). Sum of RGB (Red+Green+Blue) = 202+152+163=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA98A3 is #35675C. Grayscale: #A8A8A8. Windows color (decimal): -3499869 or 10721482. OLE color: 10721482.

HSL color Cylindrical-coordinate representation of color #CA98A3: hue angle of 346.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA98A3 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 152 163 -
CMYK 0 0.25 0.19 0.21
HSL 346.8º 0.32% 0.69% -
HSV(B) 346.8º 0.25% 0.79% -
XYZ 42.2 37.66 39.69 -
YUV 168.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 202 152 163 0 0.25 0.19 0.21 346.8 0.32 0.69
Hex CA 98 A3 0 19 13 15 15B 20 45
Octal 312 230 243 0 31 23 25 533 40 105
Binary 11001010 10011000 10100011 0 11001 10011 10101 101011011 100000 1000101

Color Harmonies of #CA98A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98A3

Black with #CA98A3

Text Example


Text Example

White with #CA98A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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