Html Css Color HEX #C68281 Oriental Pink

📋 copy color: '#C68281'

red 198 ◦ green 130 ◦ blue 129

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

Shades of Oriental Pink #C68281

Tints of Oriental Pink #C68281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

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

R = 43.33%
G = 28.45%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C68281 (or 0xC68281) is known color: Oriental Pink. HEX triplet: C6, 82 and 81. RGB value is (198,130,129). Sum of RGB (Red+Green+Blue) = 198+130+129=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C68281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68281 is #397D7E. Grayscale: #969696. Windows color (decimal): -3767679 or 8487622. OLE color: 8487622.

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

Color convert

RGB 198 130 129 -
CMYK 0 0.34 0.35 0.22
HSL 0.87º 0.38% 0.64% -
HSV(B) 0.87º 0.35% 0.78% -
XYZ 35.23 29.56 24.62 -
YUV 150.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 198 130 129 0 0.34 0.35 0.22 0.87 0.38 0.64
Hex C6 82 81 0 22 23 16 1 26 40
Octal 306 202 201 0 42 43 26 1 46 100
Binary 11000110 10000010 10000001 0 100010 100011 10110 1 100110 1000000

Color Harmonies of #C68281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68281

Black with #C68281

Text Example


Text Example

White with #C68281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68281; }

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

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

background-color css

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

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

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

border-color css

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

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

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