Html Css Color HEX #C68C8C Oriental Pink

📋 copy color: '#C68C8C'

red 198 ◦ green 140 ◦ blue 140

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

Shades of Oriental Pink #C68C8C

Tints of Oriental Pink #C68C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 41.42%
G = 29.29%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C68C8C (or 0xC68C8C) is known color: Oriental Pink. HEX triplet: C6, 8C and 8C. RGB value is (198,140,140). Sum of RGB (Red+Green+Blue) = 198+140+140=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C8C is #397373. Grayscale: #9D9D9D. Windows color (decimal): -3765108 or 9211078. OLE color: 9211078.

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

Color convert

RGB 198 140 140 -
CMYK 0 0.29 0.29 0.22
HSL 0.34% 0.66% -
HSV(B) 0.29% 0.78% -
XYZ 37.4 32.66 29.14 -
YUV 157.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 198 140 140 0 0.29 0.29 0.22 0 0.34 0.66
Hex C6 8C 8C 0 1D 1D 16 0 22 42
Octal 306 214 214 0 35 35 26 0 42 102
Binary 11000110 10001100 10001100 0 11101 11101 10110 0 100010 1000010

Color Harmonies of #C68C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C8C

Black with #C68C8C

Text Example


Text Example

White with #C68C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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