Html Css Color HEX #CA9089 Oriental Pink

📋 copy color: '#CA9089'

red 202 ◦ green 144 ◦ blue 137

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

Shades of Oriental Pink #CA9089

Tints of Oriental Pink #CA9089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.36%

R = 41.82%
G = 29.81%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA9089 (or 0xCA9089) is known color: Oriental Pink. HEX triplet: CA, 90 and 89. RGB value is (202,144,137). Sum of RGB (Red+Green+Blue) = 202+144+137=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9089 is #356F76. Grayscale: #A0A0A0. Windows color (decimal): -3501943 or 9015498. OLE color: 9015498.

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

Color convert

RGB 202 144 137 -
CMYK 0 0.29 0.32 0.21
HSL 6.46º 0.38% 0.66% -
HSV(B) 6.46º 0.32% 0.79% -
XYZ 38.85 34.31 28.24 -
YUV 160.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 202 144 137 0 0.29 0.32 0.21 6.46 0.38 0.66
Hex CA 90 89 0 1D 20 15 6 26 42
Octal 312 220 211 0 35 40 25 6 46 102
Binary 11001010 10010000 10001001 0 11101 100000 10101 110 100110 1000010

Color Harmonies of #CA9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9089

Black with #CA9089

Text Example


Text Example

White with #CA9089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9089; }

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

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

background-color css

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

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

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

border-color css

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

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

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