Html Css Color HEX #CA9188 Oriental Pink

📋 copy color: '#CA9188'

red 202 ◦ green 145 ◦ blue 136

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

Shades of Oriental Pink #CA9188

Tints of Oriental Pink #CA9188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.02%

 BLUE value IS 136 (53.52% from 255) = 28.16%

R = 41.82%
G = 30.02%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA9188 (or 0xCA9188) is known color: Oriental Pink. HEX triplet: CA, 91 and 88. RGB value is (202,145,136). Sum of RGB (Red+Green+Blue) = 202+145+136=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9188 is #356E77. Grayscale: #A1A1A1. Windows color (decimal): -3501688 or 8950218. OLE color: 8950218.

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

Color convert

RGB 202 145 136 -
CMYK 0 0.28 0.33 0.21
HSL 8.18º 0.38% 0.66% -
HSV(B) 8.18º 0.33% 0.79% -
XYZ 38.93 34.58 27.92 -
YUV 161.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 202 145 136 0 0.28 0.33 0.21 8.18 0.38 0.66
Hex CA 91 88 0 1C 21 15 8 26 42
Octal 312 221 210 0 34 41 25 10 46 102
Binary 11001010 10010001 10001000 0 11100 100001 10101 1000 100110 1000010

Color Harmonies of #CA9188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9188

Black with #CA9188

Text Example


Text Example

White with #CA9188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9188; }

 p { color: rgb(202,145,136); }

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

background-color css

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

 a { background-color: rgb(202,145,136); }

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

border-color css

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

 span { border-color: rgb(202,145,136); }

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