Html Css Color HEX #C68380 Oriental Pink

📋 copy color: '#C68380'

red 198 ◦ green 131 ◦ blue 128

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

Shades of Oriental Pink #C68380

Tints of Oriental Pink #C68380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.67%

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 43.33%
G = 28.67%
B = 28.01%

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

#C68380 (or 0xC68380) is known color: Oriental Pink. HEX triplet: C6, 83 and 80. RGB value is (198,131,128). Sum of RGB (Red+Green+Blue) = 198+131+128=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C68380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68380 is #397C7F. Grayscale: #969696. Windows color (decimal): -3767424 or 8422342. OLE color: 8422342.

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

Color convert

RGB 198 131 128 -
CMYK 0 0.34 0.35 0.22
HSL 2.57º 0.38% 0.64% -
HSV(B) 2.57º 0.35% 0.78% -
XYZ 35.3 29.8 24.31 -
YUV 150.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 198 131 128 0 0.34 0.35 0.22 2.57 0.38 0.64
Hex C6 83 80 0 22 23 16 3 26 40
Octal 306 203 200 0 42 43 26 3 46 100
Binary 11000110 10000011 10000000 0 100010 100011 10110 11 100110 1000000

Color Harmonies of #C68380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68380

Black with #C68380

Text Example


Text Example

White with #C68380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68380; }

 p { color: rgb(198,131,128); }

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

background-color css

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

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

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

border-color css

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

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

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