Html Css Color HEX #C69591 Oriental Pink

📋 copy color: '#C69591'

red 198 ◦ green 149 ◦ blue 145

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

Shades of Oriental Pink #C69591

Tints of Oriental Pink #C69591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.47%

R = 40.24%
G = 30.28%
B = 29.47%

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

#C69591 (or 0xC69591) is known color: Oriental Pink. HEX triplet: C6, 95 and 91. RGB value is (198,149,145). Sum of RGB (Red+Green+Blue) = 198+149+145=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C69591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69591 is #396A6E. Grayscale: #A3A3A3. Windows color (decimal): -3762799 or 9541062. OLE color: 9541062.

HSL color Cylindrical-coordinate representation of color #C69591: hue angle of 4.53º 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 #C69591 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 149 145 -
CMYK 0 0.25 0.27 0.22
HSL 4.53º 0.32% 0.67% -
HSV(B) 4.53º 0.27% 0.78% -
XYZ 39.15 35.54 31.59 -
YUV 163.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 198 149 145 0 0.25 0.27 0.22 4.53 0.32 0.67
Hex C6 95 91 0 19 1B 16 5 20 43
Octal 306 225 221 0 31 33 26 5 40 103
Binary 11000110 10010101 10010001 0 11001 11011 10110 101 100000 1000011

Color Harmonies of #C69591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69591

Black with #C69591

Text Example


Text Example

White with #C69591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69591; }

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

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

background-color css

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

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

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

border-color css

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

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

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