Html Css Color HEX #CA98A2 Careys Pink

📋 copy color: '#CA98A2'

red 202 ◦ green 152 ◦ blue 162

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

Shades of Careys Pink #CA98A2

Tints of Careys Pink #CA98A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.4%

R = 39.15%
G = 29.46%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA98A2 (or 0xCA98A2) is known color: Careys Pink. HEX triplet: CA, 98 and A2. RGB value is (202,152,162). Sum of RGB (Red+Green+Blue) = 202+152+162=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA98A2 is #35675D. Grayscale: #A8A8A8. Windows color (decimal): -3499870 or 10655946. OLE color: 10655946.

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

Color convert

RGB 202 152 162 -
CMYK 0 0.25 0.20 0.21
HSL 348º 0.32% 0.69% -
HSV(B) 348º 0.25% 0.79% -
XYZ 42.11 37.62 39.22 -
YUV 168.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 202 152 162 0 0.25 0.20 0.21 348 0.32 0.69
Hex CA 98 A2 0 19 14 15 15C 20 45
Octal 312 230 242 0 31 24 25 534 40 105
Binary 11001010 10011000 10100010 0 11001 10100 10101 101011100 100000 1000101

Color Harmonies of #CA98A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98A2

Black with #CA98A2

Text Example


Text Example

White with #CA98A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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