Html Css Color HEX #C69590 Oriental Pink

📋 copy color: '#C69590'

red 198 ◦ green 149 ◦ blue 144

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

Shades of Oriental Pink #C69590

Tints of Oriental Pink #C69590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

 BLUE value IS 144 (56.64% from 255) = 29.33%

R = 40.33%
G = 30.35%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C69590 (or 0xC69590) is known color: Oriental Pink. HEX triplet: C6, 95 and 90. RGB value is (198,149,144). Sum of RGB (Red+Green+Blue) = 198+149+144=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C69590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69590 is #396A6F. Grayscale: #A3A3A3. Windows color (decimal): -3762800 or 9475526. OLE color: 9475526.

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

Color convert

RGB 198 149 144 -
CMYK 0 0.25 0.27 0.22
HSL 5.56º 0.32% 0.67% -
HSV(B) 5.56º 0.27% 0.78% -
XYZ 39.07 35.51 31.18 -
YUV 163.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 198 149 144 0 0.25 0.27 0.22 5.56 0.32 0.67
Hex C6 95 90 0 19 1B 16 6 20 43
Octal 306 225 220 0 31 33 26 6 40 103
Binary 11000110 10010101 10010000 0 11001 11011 10110 110 100000 1000011

Color Harmonies of #C69590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69590

Black with #C69590

Text Example


Text Example

White with #C69590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69590; }

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

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

background-color css

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

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

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

border-color css

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

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

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