Html Css Color HEX #C68C7C Oriental Pink

📋 copy color: '#C68C7C'

red 198 ◦ green 140 ◦ blue 124

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

Shades of Oriental Pink #C68C7C

Tints of Oriental Pink #C68C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.3%

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

R = 42.86%
G = 30.3%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C68C7C (or 0xC68C7C) is known color: Oriental Pink. HEX triplet: C6, 8C and 7C. RGB value is (198,140,124). Sum of RGB (Red+Green+Blue) = 198+140+124=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C7C is #397383. Grayscale: #9B9B9B. Windows color (decimal): -3765124 or 8162502. OLE color: 8162502.

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

Color convert

RGB 198 140 124 -
CMYK 0 0.29 0.37 0.22
HSL 12.97º 0.39% 0.63% -
HSV(B) 12.97º 0.37% 0.78% -
XYZ 36.3 32.22 23.37 -
YUV 155.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 198 140 124 0 0.29 0.37 0.22 12.97 0.39 0.63
Hex C6 8C 7C 0 1D 25 16 D 27 3F
Octal 306 214 174 0 35 45 26 15 47 77
Binary 11000110 10001100 1111100 0 11101 100101 10110 1101 100111 111111

Color Harmonies of #C68C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C7C

Black with #C68C7C

Text Example


Text Example

White with #C68C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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