Html Css Color HEX #CA8983 Oriental Pink

📋 copy color: '#CA8983'

red 202 ◦ green 137 ◦ blue 131

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

Shades of Oriental Pink #CA8983

Tints of Oriental Pink #CA8983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.15%

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

R = 42.98%
G = 29.15%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA8983 (or 0xCA8983) is known color: Oriental Pink. HEX triplet: CA, 89 and 83. RGB value is (202,137,131). Sum of RGB (Red+Green+Blue) = 202+137+131=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8983 is #35767C. Grayscale: #9B9B9B. Windows color (decimal): -3503741 or 8620490. OLE color: 8620490.

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

Color convert

RGB 202 137 131 -
CMYK 0 0.32 0.35 0.21
HSL 5.07º 0.4% 0.65% -
HSV(B) 5.07º 0.35% 0.79% -
XYZ 37.4 32.09 25.69 -
YUV 155.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 202 137 131 0 0.32 0.35 0.21 5.07 0.4 0.65
Hex CA 89 83 0 20 23 15 5 28 41
Octal 312 211 203 0 40 43 25 5 50 101
Binary 11001010 10001001 10000011 0 100000 100011 10101 101 101000 1000001

Color Harmonies of #CA8983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8983

Black with #CA8983

Text Example


Text Example

White with #CA8983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8983; }

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

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

background-color css

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

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

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

border-color css

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

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

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