Html Css Color HEX #CA929B Careys Pink

📋 copy color: '#CA929B'

red 202 ◦ green 146 ◦ blue 155

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

Shades of Careys Pink #CA929B

Tints of Careys Pink #CA929B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.03%

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 40.16%
G = 29.03%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA929B (or 0xCA929B) is known color: Careys Pink. HEX triplet: CA, 92 and 9B. RGB value is (202,146,155). Sum of RGB (Red+Green+Blue) = 202+146+155=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA929B is #356D64. Grayscale: #A3A3A3. Windows color (decimal): -3501413 or 10195658. OLE color: 10195658.

HSL color Cylindrical-coordinate representation of color #CA929B: hue angle of 350.36º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA929B is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 146 155 -
CMYK 0 0.28 0.23 0.21
HSL 350.36º 0.35% 0.68% -
HSV(B) 350.36º 0.28% 0.79% -
XYZ 40.55 35.48 35.72 -
YUV 163.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 202 146 155 0 0.28 0.23 0.21 350.36 0.35 0.68
Hex CA 92 9B 0 1C 17 15 15E 23 44
Octal 312 222 233 0 34 27 25 536 43 104
Binary 11001010 10010010 10011011 0 11100 10111 10101 101011110 100011 1000100

Color Harmonies of #CA929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA929B

Black with #CA929B

Text Example


Text Example

White with #CA929B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA929B; }

 p { color: rgb(202,146,155); }

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

background-color css

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

 a { background-color: rgb(202,146,155); }

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

border-color css

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

 span { border-color: rgb(202,146,155); }

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