Html Css Color HEX #C68282 Oriental Pink

📋 copy color: '#C68282'

red 198 ◦ green 130 ◦ blue 130

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

Shades of Oriental Pink #C68282

Tints of Oriental Pink #C68282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.38%

R = 43.23%
G = 28.38%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C68282 (or 0xC68282) is known color: Oriental Pink. HEX triplet: C6, 82 and 82. RGB value is (198,130,130). Sum of RGB (Red+Green+Blue) = 198+130+130=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C68282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68282 is #397D7D. Grayscale: #969696. Windows color (decimal): -3767678 or 8553158. OLE color: 8553158.

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

Color convert

RGB 198 130 130 -
CMYK 0 0.34 0.34 0.22
HSL 0.37% 0.64% -
HSV(B) 0.34% 0.78% -
XYZ 35.3 29.58 24.97 -
YUV 150.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 198 130 130 0 0.34 0.34 0.22 0 0.37 0.64
Hex C6 82 82 0 22 22 16 0 25 40
Octal 306 202 202 0 42 42 26 0 45 100
Binary 11000110 10000010 10000010 0 100010 100010 10110 0 100101 1000000

Color Harmonies of #C68282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68282

Black with #C68282

Text Example


Text Example

White with #C68282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68282; }

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

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

background-color css

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

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

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

border-color css

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

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

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