Html Css Color HEX #C68181 Oriental Pink

📋 copy color: '#C68181'

red 198 ◦ green 129 ◦ blue 129

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

Shades of Oriental Pink #C68181

Tints of Oriental Pink #C68181

RGB

 RED value IS 198 (77.73% from 255) = 43.42%

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

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

R = 43.42%
G = 28.29%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C68181 (or 0xC68181) is known color: Oriental Pink. HEX triplet: C6, 81 and 81. RGB value is (198,129,129). Sum of RGB (Red+Green+Blue) = 198+129+129=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C68181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68181 is #397E7E. Grayscale: #959595. Windows color (decimal): -3767935 or 8487366. OLE color: 8487366.

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

Color convert

RGB 198 129 129 -
CMYK 0 0.35 0.35 0.22
HSL 0.38% 0.64% -
HSV(B) 0.35% 0.78% -
XYZ 35.1 29.29 24.57 -
YUV 149.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 198 129 129 0 0.35 0.35 0.22 0 0.38 0.64
Hex C6 81 81 0 23 23 16 0 26 40
Octal 306 201 201 0 43 43 26 0 46 100
Binary 11000110 10000001 10000001 0 100011 100011 10110 0 100110 1000000

Color Harmonies of #C68181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68181

Black with #C68181

Text Example


Text Example

White with #C68181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68181; }

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

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

background-color css

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

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

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

border-color css

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

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

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