Html Css Color HEX #C69288 Oriental Pink

📋 copy color: '#C69288'

red 198 ◦ green 146 ◦ blue 136

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

Shades of Oriental Pink #C69288

Tints of Oriental Pink #C69288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.42%

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

R = 41.25%
G = 30.42%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C69288 (or 0xC69288) is known color: Oriental Pink. HEX triplet: C6, 92 and 88. RGB value is (198,146,136). Sum of RGB (Red+Green+Blue) = 198+146+136=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C69288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69288 is #396D77. Grayscale: #A0A0A0. Windows color (decimal): -3763576 or 8950470. OLE color: 8950470.

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

Color convert

RGB 198 146 136 -
CMYK 0 0.26 0.31 0.22
HSL 9.68º 0.35% 0.65% -
HSV(B) 9.68º 0.31% 0.78% -
XYZ 38.01 34.34 27.92 -
YUV 160.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 198 146 136 0 0.26 0.31 0.22 9.68 0.35 0.65
Hex C6 92 88 0 1A 1F 16 A 23 41
Octal 306 222 210 0 32 37 26 12 43 101
Binary 11000110 10010010 10001000 0 11010 11111 10110 1010 100011 1000001

Color Harmonies of #C69288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69288

Black with #C69288

Text Example


Text Example

White with #C69288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69288; }

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

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

background-color css

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

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

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

border-color css

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

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

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