Html Css Color HEX #CA8B82 Oriental Pink

📋 copy color: '#CA8B82'

red 202 ◦ green 139 ◦ blue 130

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

Shades of Oriental Pink #CA8B82

Tints of Oriental Pink #CA8B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.6%

R = 42.89%
G = 29.51%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA8B82 (or 0xCA8B82) is known color: Oriental Pink. HEX triplet: CA, 8B and 82. RGB value is (202,139,130). Sum of RGB (Red+Green+Blue) = 202+139+130=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8B82 is #35747D. Grayscale: #9C9C9C. Windows color (decimal): -3503230 or 8555466. OLE color: 8555466.

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

Color convert

RGB 202 139 130 -
CMYK 0 0.31 0.36 0.21
HSL 7.5º 0.4% 0.65% -
HSV(B) 7.5º 0.36% 0.79% -
XYZ 37.62 32.63 25.44 -
YUV 156.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 202 139 130 0 0.31 0.36 0.21 7.5 0.4 0.65
Hex CA 8B 82 0 1F 24 15 8 28 41
Octal 312 213 202 0 37 44 25 10 50 101
Binary 11001010 10001011 10000010 0 11111 100100 10101 1000 101000 1000001

Color Harmonies of #CA8B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8B82

Black with #CA8B82

Text Example


Text Example

White with #CA8B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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