Html Css Color HEX #CA8883 Oriental Pink

📋 copy color: '#CA8883'

red 202 ◦ green 136 ◦ blue 131

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

Shades of Oriental Pink #CA8883

Tints of Oriental Pink #CA8883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29%

 BLUE value IS 131 (51.56% from 255) = 27.93%

R = 43.07%
G = 29%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA8883 (or 0xCA8883) is known color: Oriental Pink. HEX triplet: CA, 88 and 83. RGB value is (202,136,131). Sum of RGB (Red+Green+Blue) = 202+136+131=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8883 is #35777C. Grayscale: #9B9B9B. Windows color (decimal): -3503997 or 8620234. OLE color: 8620234.

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

Color convert

RGB 202 136 131 -
CMYK 0 0.33 0.35 0.21
HSL 4.23º 0.4% 0.65% -
HSV(B) 4.23º 0.35% 0.79% -
XYZ 37.26 31.8 25.65 -
YUV 155.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 202 136 131 0 0.33 0.35 0.21 4.23 0.4 0.65
Hex CA 88 83 0 21 23 15 4 28 41
Octal 312 210 203 0 41 43 25 4 50 101
Binary 11001010 10001000 10000011 0 100001 100011 10101 100 101000 1000001

Color Harmonies of #CA8883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8883

Black with #CA8883

Text Example


Text Example

White with #CA8883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8883; }

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

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

background-color css

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

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

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

border-color css

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

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

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