Html Css Color HEX #C68C8B Oriental Pink

📋 copy color: '#C68C8B'

red 198 ◦ green 140 ◦ blue 139

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

Shades of Oriental Pink #C68C8B

Tints of Oriental Pink #C68C8B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

 BLUE value IS 139 (54.69% from 255) = 29.14%

R = 41.51%
G = 29.35%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C68C8B (or 0xC68C8B) is known color: Oriental Pink. HEX triplet: C6, 8C and 8B. RGB value is (198,140,139). Sum of RGB (Red+Green+Blue) = 198+140+139=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C8B is #397374. Grayscale: #9D9D9D. Windows color (decimal): -3765109 or 9145542. OLE color: 9145542.

HSL color Cylindrical-coordinate representation of color #C68C8B: hue angle of 1.02º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68C8B is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 140 139 -
CMYK 0 0.29 0.30 0.22
HSL 1.02º 0.34% 0.66% -
HSV(B) 1.02º 0.3% 0.78% -
XYZ 37.33 32.63 28.76 -
YUV 157.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 198 140 139 0 0.29 0.30 0.22 1.02 0.34 0.66
Hex C6 8C 8B 0 1D 1E 16 1 22 42
Octal 306 214 213 0 35 36 26 1 42 102
Binary 11000110 10001100 10001011 0 11101 11110 10110 1 100010 1000010

Color Harmonies of #C68C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C8B

Black with #C68C8B

Text Example


Text Example

White with #C68C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C8B; }

 p { color: rgb(198,140,139); }

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

background-color css

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

 a { background-color: rgb(198,140,139); }

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

border-color css

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

 span { border-color: rgb(198,140,139); }

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