Html Css Color HEX #C88181 Oriental Pink

📋 copy color: '#C88181'

red 200 ◦ green 129 ◦ blue 129

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

Shades of Oriental Pink #C88181

Tints of Oriental Pink #C88181

RGB

 RED value IS 200 (78.52% from 255) = 43.67%

 GREEN value IS 129 (50.78% from 255) = 28.17%

 BLUE value IS 129 (50.78% from 255) = 28.17%

R = 43.67%
G = 28.17%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C88181 (or 0xC88181) is known color: Oriental Pink. HEX triplet: C8, 81 and 81. RGB value is (200,129,129). Sum of RGB (Red+Green+Blue) = 200+129+129=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C88181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88181 is #377E7E. Grayscale: #969696. Windows color (decimal): -3636863 or 8487368. OLE color: 8487368.

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

Color convert

RGB 200 129 129 -
CMYK 0 0.36 0.36 0.22
HSL 0.39% 0.65% -
HSV(B) 0.36% 0.78% -
XYZ 35.63 29.56 24.6 -
YUV 150.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 200 129 129 0 0.36 0.36 0.22 0 0.39 0.65
Hex C8 81 81 0 24 24 16 0 27 41
Octal 310 201 201 0 44 44 26 0 47 101
Binary 11001000 10000001 10000001 0 100100 100100 10110 0 100111 1000001

Color Harmonies of #C88181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88181

Black with #C88181

Text Example


Text Example

White with #C88181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88181; }

 p { color: rgb(200,129,129); }

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

background-color css

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

 a { background-color: rgb(200,129,129); }

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

border-color css

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

 span { border-color: rgb(200,129,129); }

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