Html Css Color HEX #CA9094 Careys Pink

📋 copy color: '#CA9094'

red 202 ◦ green 144 ◦ blue 148

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

Shades of Careys Pink #CA9094

Tints of Careys Pink #CA9094

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.15%

 BLUE value IS 148 (58.2% from 255) = 29.96%

R = 40.89%
G = 29.15%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA9094 (or 0xCA9094) is known color: Careys Pink. HEX triplet: CA, 90 and 94. RGB value is (202,144,148). Sum of RGB (Red+Green+Blue) = 202+144+148=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9094 is #356F6B. Grayscale: #A1A1A1. Windows color (decimal): -3501932 or 9736394. OLE color: 9736394.

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

Color convert

RGB 202 144 148 -
CMYK 0 0.29 0.27 0.21
HSL 355.86º 0.35% 0.68% -
HSV(B) 355.86º 0.29% 0.79% -
XYZ 39.68 34.64 32.61 -
YUV 161.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 202 144 148 0 0.29 0.27 0.21 355.86 0.35 0.68
Hex CA 90 94 0 1D 1B 15 164 23 44
Octal 312 220 224 0 35 33 25 544 43 104
Binary 11001010 10010000 10010100 0 11101 11011 10101 101100100 100011 1000100

Color Harmonies of #CA9094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9094

Black with #CA9094

Text Example


Text Example

White with #CA9094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9094; }

 p { color: rgb(202,144,148); }

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

background-color css

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

 a { background-color: rgb(202,144,148); }

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

border-color css

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

 span { border-color: rgb(202,144,148); }

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