Html Css Color HEX #C6877E Oriental Pink

📋 copy color: '#C6877E'

red 198 ◦ green 135 ◦ blue 126

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

Shades of Oriental Pink #C6877E

Tints of Oriental Pink #C6877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.41%

 BLUE value IS 126 (49.61% from 255) = 27.45%

R = 43.14%
G = 29.41%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6877E (or 0xC6877E) is known color: Oriental Pink. HEX triplet: C6, 87 and 7E. RGB value is (198,135,126). Sum of RGB (Red+Green+Blue) = 198+135+126=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6877E is #397881. Grayscale: #989898. Windows color (decimal): -3766402 or 8292294. OLE color: 8292294.

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

Color convert

RGB 198 135 126 -
CMYK 0 0.32 0.36 0.22
HSL 7.5º 0.39% 0.64% -
HSV(B) 7.5º 0.36% 0.78% -
XYZ 35.72 30.84 23.81 -
YUV 152.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 198 135 126 0 0.32 0.36 0.22 7.5 0.39 0.64
Hex C6 87 7E 0 20 24 16 8 27 40
Octal 306 207 176 0 40 44 26 10 47 100
Binary 11000110 10000111 1111110 0 100000 100100 10110 1000 100111 1000000

Color Harmonies of #C6877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6877E

Black with #C6877E

Text Example


Text Example

White with #C6877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6877E; }

 p { color: rgb(198,135,126); }

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

background-color css

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

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

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

border-color css

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

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

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