Html Css Color HEX #C69082 Oriental Pink

📋 copy color: '#C69082'

red 198 ◦ green 144 ◦ blue 130

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

Shades of Oriental Pink #C69082

Tints of Oriental Pink #C69082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.54%

R = 41.95%
G = 30.51%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C69082 (or 0xC69082) is known color: Oriental Pink. HEX triplet: C6, 90 and 82. RGB value is (198,144,130). Sum of RGB (Red+Green+Blue) = 198+144+130=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C69082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69082 is #396F7D. Grayscale: #9E9E9E. Windows color (decimal): -3764094 or 8556742. OLE color: 8556742.

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

Color convert

RGB 198 144 130 -
CMYK 0 0.27 0.34 0.22
HSL 12.35º 0.37% 0.64% -
HSV(B) 12.35º 0.34% 0.78% -
XYZ 37.29 33.56 25.63 -
YUV 158.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 198 144 130 0 0.27 0.34 0.22 12.35 0.37 0.64
Hex C6 90 82 0 1B 22 16 C 25 40
Octal 306 220 202 0 33 42 26 14 45 100
Binary 11000110 10010000 10000010 0 11011 100010 10110 1100 100101 1000000

Color Harmonies of #C69082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69082

Black with #C69082

Text Example


Text Example

White with #C69082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69082; }

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

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

background-color css

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

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

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

border-color css

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

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

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