Html Css Color HEX #CA8F84 Oriental Pink

📋 copy color: '#CA8F84'

red 202 ◦ green 143 ◦ blue 132

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

Shades of Oriental Pink #CA8F84

Tints of Oriental Pink #CA8F84

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.98%

 BLUE value IS 132 (51.95% from 255) = 27.67%

R = 42.35%
G = 29.98%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA8F84 (or 0xCA8F84) is known color: Oriental Pink. HEX triplet: CA, 8F and 84. RGB value is (202,143,132). Sum of RGB (Red+Green+Blue) = 202+143+132=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F84 is #35707B. Grayscale: #9F9F9F. Windows color (decimal): -3502204 or 8687562. OLE color: 8687562.

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

Color convert

RGB 202 143 132 -
CMYK 0 0.29 0.35 0.21
HSL 9.43º 0.4% 0.65% -
HSV(B) 9.43º 0.35% 0.79% -
XYZ 38.34 33.87 26.35 -
YUV 159.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 202 143 132 0 0.29 0.35 0.21 9.43 0.4 0.65
Hex CA 8F 84 0 1D 23 15 9 28 41
Octal 312 217 204 0 35 43 25 11 50 101
Binary 11001010 10001111 10000100 0 11101 100011 10101 1001 101000 1000001

Color Harmonies of #CA8F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F84

Black with #CA8F84

Text Example


Text Example

White with #CA8F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F84; }

 p { color: rgb(202,143,132); }

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

background-color css

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

 a { background-color: rgb(202,143,132); }

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

border-color css

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

 span { border-color: rgb(202,143,132); }

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