Html Css Color HEX #CA98A4 Careys Pink

📋 copy color: '#CA98A4'

red 202 ◦ green 152 ◦ blue 164

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

Shades of Careys Pink #CA98A4

Tints of Careys Pink #CA98A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.66%

R = 39%
G = 29.34%
B = 31.66%

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

#CA98A4 (or 0xCA98A4) is known color: Careys Pink. HEX triplet: CA, 98 and A4. RGB value is (202,152,164). Sum of RGB (Red+Green+Blue) = 202+152+164=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA98A4 is #35675B. Grayscale: #A8A8A8. Windows color (decimal): -3499868 or 10787018. OLE color: 10787018.

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

Color convert

RGB 202 152 164 -
CMYK 0 0.25 0.19 0.21
HSL 345.6º 0.32% 0.69% -
HSV(B) 345.6º 0.25% 0.79% -
XYZ 42.29 37.69 40.17 -
YUV 168.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 202 152 164 0 0.25 0.19 0.21 345.6 0.32 0.69
Hex CA 98 A4 0 19 13 15 15A 20 45
Octal 312 230 244 0 31 23 25 532 40 105
Binary 11001010 10011000 10100100 0 11001 10011 10101 101011010 100000 1000101

Color Harmonies of #CA98A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98A4

Black with #CA98A4

Text Example


Text Example

White with #CA98A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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