Html Css Color HEX #CA8B83 Oriental Pink

📋 copy color: '#CA8B83'

red 202 ◦ green 139 ◦ blue 131

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

Shades of Oriental Pink #CA8B83

Tints of Oriental Pink #CA8B83

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.45%

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

R = 42.8%
G = 29.45%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA8B83 (or 0xCA8B83) is known color: Oriental Pink. HEX triplet: CA, 8B and 83. RGB value is (202,139,131). Sum of RGB (Red+Green+Blue) = 202+139+131=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8B83 is #35747C. Grayscale: #9D9D9D. Windows color (decimal): -3503229 or 8621002. OLE color: 8621002.

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

Color convert

RGB 202 139 131 -
CMYK 0 0.31 0.35 0.21
HSL 6.76º 0.4% 0.65% -
HSV(B) 6.76º 0.35% 0.79% -
XYZ 37.69 32.66 25.79 -
YUV 156.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 202 139 131 0 0.31 0.35 0.21 6.76 0.4 0.65
Hex CA 8B 83 0 1F 23 15 7 28 41
Octal 312 213 203 0 37 43 25 7 50 101
Binary 11001010 10001011 10000011 0 11111 100011 10101 111 101000 1000001

Color Harmonies of #CA8B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8B83

Black with #CA8B83

Text Example


Text Example

White with #CA8B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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