Html Css Color HEX #C68988 Oriental Pink

📋 copy color: '#C68988'

red 198 ◦ green 137 ◦ blue 136

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

Shades of Oriental Pink #C68988

Tints of Oriental Pink #C68988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.09%

 BLUE value IS 136 (53.52% from 255) = 28.87%

R = 42.04%
G = 29.09%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C68988 (or 0xC68988) is known color: Oriental Pink. HEX triplet: C6, 89 and 88. RGB value is (198,137,136). Sum of RGB (Red+Green+Blue) = 198+137+136=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C68988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68988 is #397677. Grayscale: #9B9B9B. Windows color (decimal): -3765880 or 8948166. OLE color: 8948166.

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

Color convert

RGB 198 137 136 -
CMYK 0 0.31 0.31 0.22
HSL 0.97º 0.35% 0.65% -
HSV(B) 0.97º 0.31% 0.78% -
XYZ 36.68 31.67 27.47 -
YUV 155.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 198 137 136 0 0.31 0.31 0.22 0.97 0.35 0.65
Hex C6 89 88 0 1F 1F 16 1 23 41
Octal 306 211 210 0 37 37 26 1 43 101
Binary 11000110 10001001 10001000 0 11111 11111 10110 1 100011 1000001

Color Harmonies of #C68988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68988

Black with #C68988

Text Example


Text Example

White with #C68988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68988; }

 p { color: rgb(198,137,136); }

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

background-color css

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

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

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

border-color css

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

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

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