Html Css Color HEX #C6807C Oriental Pink

📋 copy color: '#C6807C'

red 198 ◦ green 128 ◦ blue 124

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

Shades of Oriental Pink #C6807C

Tints of Oriental Pink #C6807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.44%

 BLUE value IS 124 (48.83% from 255) = 27.56%

R = 44%
G = 28.44%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6807C (or 0xC6807C) is known color: Oriental Pink. HEX triplet: C6, 80 and 7C. RGB value is (198,128,124). Sum of RGB (Red+Green+Blue) = 198+128+124=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6807C is #397F83. Grayscale: #949494. Windows color (decimal): -3768196 or 8159430. OLE color: 8159430.

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

Color convert

RGB 198 128 124 -
CMYK 0 0.35 0.37 0.22
HSL 3.24º 0.39% 0.63% -
HSV(B) 3.24º 0.37% 0.78% -
XYZ 34.65 28.9 22.82 -
YUV 148.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 198 128 124 0 0.35 0.37 0.22 3.24 0.39 0.63
Hex C6 80 7C 0 23 25 16 3 27 3F
Octal 306 200 174 0 43 45 26 3 47 77
Binary 11000110 10000000 1111100 0 100011 100101 10110 11 100111 111111

Color Harmonies of #C6807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6807C

Black with #C6807C

Text Example


Text Example

White with #C6807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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