Html Css Color HEX #C69086 Oriental Pink

📋 copy color: '#C69086'

red 198 ◦ green 144 ◦ blue 134

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

Shades of Oriental Pink #C69086

Tints of Oriental Pink #C69086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.25%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 41.6%
G = 30.25%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C69086 (or 0xC69086) is known color: Oriental Pink. HEX triplet: C6, 90 and 86. RGB value is (198,144,134). Sum of RGB (Red+Green+Blue) = 198+144+134=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C69086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69086 is #396F79. Grayscale: #9F9F9F. Windows color (decimal): -3764090 or 8818886. OLE color: 8818886.

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

Color convert

RGB 198 144 134 -
CMYK 0 0.27 0.32 0.22
HSL 9.38º 0.36% 0.65% -
HSV(B) 9.38º 0.32% 0.78% -
XYZ 37.57 33.67 27.07 -
YUV 159.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 198 144 134 0 0.27 0.32 0.22 9.38 0.36 0.65
Hex C6 90 86 0 1B 20 16 9 24 41
Octal 306 220 206 0 33 40 26 11 44 101
Binary 11000110 10010000 10000110 0 11011 100000 10110 1001 100100 1000001

Color Harmonies of #C69086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69086

Black with #C69086

Text Example


Text Example

White with #C69086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69086; }

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

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

background-color css

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

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

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

border-color css

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

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

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