Html Css Color HEX #CA9288 Oriental Pink

📋 copy color: '#CA9288'

red 202 ◦ green 146 ◦ blue 136

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

Shades of Oriental Pink #CA9288

Tints of Oriental Pink #CA9288

RGB

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

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

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

R = 41.74%
G = 30.17%
B = 28.1%

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

#CA9288 (or 0xCA9288) is known color: Oriental Pink. HEX triplet: CA, 92 and 88. RGB value is (202,146,136). Sum of RGB (Red+Green+Blue) = 202+146+136=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9288 is #356D77. Grayscale: #A1A1A1. Windows color (decimal): -3501432 or 8950474. OLE color: 8950474.

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

Color convert

RGB 202 146 136 -
CMYK 0 0.28 0.33 0.21
HSL 9.09º 0.38% 0.66% -
HSV(B) 9.09º 0.33% 0.79% -
XYZ 39.08 34.89 27.97 -
YUV 161.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 202 146 136 0 0.28 0.33 0.21 9.09 0.38 0.66
Hex CA 92 88 0 1C 21 15 9 26 42
Octal 312 222 210 0 34 41 25 11 46 102
Binary 11001010 10010010 10001000 0 11100 100001 10101 1001 100110 1000010

Color Harmonies of #CA9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9288

Black with #CA9288

Text Example


Text Example

White with #CA9288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9288; }

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

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

background-color css

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

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

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

border-color css

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

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

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