Html Css Color HEX #C6867E Oriental Pink

📋 copy color: '#C6867E'

red 198 ◦ green 134 ◦ blue 126

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

Shades of Oriental Pink #C6867E

Tints of Oriental Pink #C6867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.26%

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

R = 43.23%
G = 29.26%
B = 27.51%

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

#C6867E (or 0xC6867E) is known color: Oriental Pink. HEX triplet: C6, 86 and 7E. RGB value is (198,134,126). Sum of RGB (Red+Green+Blue) = 198+134+126=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6867E is #397981. Grayscale: #989898. Windows color (decimal): -3766658 or 8292038. OLE color: 8292038.

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

Color convert

RGB 198 134 126 -
CMYK 0 0.32 0.36 0.22
HSL 6.67º 0.39% 0.64% -
HSV(B) 6.67º 0.36% 0.78% -
XYZ 35.58 30.56 23.76 -
YUV 152.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 198 134 126 0 0.32 0.36 0.22 6.67 0.39 0.64
Hex C6 86 7E 0 20 24 16 7 27 40
Octal 306 206 176 0 40 44 26 7 47 100
Binary 11000110 10000110 1111110 0 100000 100100 10110 111 100111 1000000

Color Harmonies of #C6867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6867E

Black with #C6867E

Text Example


Text Example

White with #C6867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6867E; }

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

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

background-color css

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

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

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

border-color css

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

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

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