Html Css Color HEX #CA989D Careys Pink

📋 copy color: '#CA989D'

red 202 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #CA989D

Tints of Careys Pink #CA989D

RGB

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

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

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

R = 39.53%
G = 29.75%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA989D (or 0xCA989D) is known color: Careys Pink. HEX triplet: CA, 98 and 9D. RGB value is (202,152,157). Sum of RGB (Red+Green+Blue) = 202+152+157=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA989D is #356762. Grayscale: #A7A7A7. Windows color (decimal): -3499875 or 10328266. OLE color: 10328266.

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

Color convert

RGB 202 152 157 -
CMYK 0 0.25 0.22 0.21
HSL 354º 0.32% 0.69% -
HSV(B) 354º 0.25% 0.79% -
XYZ 41.67 37.45 36.93 -
YUV 167.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 202 152 157 0 0.25 0.22 0.21 354 0.32 0.69
Hex CA 98 9D 0 19 16 15 162 20 45
Octal 312 230 235 0 31 26 25 542 40 105
Binary 11001010 10011000 10011101 0 11001 10110 10101 101100010 100000 1000101

Color Harmonies of #CA989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA989D

Black with #CA989D

Text Example


Text Example

White with #CA989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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