Html Css Color HEX #C68885 Oriental Pink

📋 copy color: '#C68885'

red 198 ◦ green 136 ◦ blue 133

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

Shades of Oriental Pink #C68885

Tints of Oriental Pink #C68885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.12%

 BLUE value IS 133 (52.34% from 255) = 28.48%

R = 42.4%
G = 29.12%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C68885 (or 0xC68885) is known color: Oriental Pink. HEX triplet: C6, 88 and 85. RGB value is (198,136,133). Sum of RGB (Red+Green+Blue) = 198+136+133=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C68885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68885 is #39777A. Grayscale: #9A9A9A. Windows color (decimal): -3766139 or 8751302. OLE color: 8751302.

HSL color Cylindrical-coordinate representation of color #C68885: hue angle of 2.77º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C68885 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 136 133 -
CMYK 0 0.31 0.33 0.22
HSL 2.77º 0.36% 0.65% -
HSV(B) 2.77º 0.33% 0.78% -
XYZ 36.33 31.31 26.32 -
YUV 154.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 198 136 133 0 0.31 0.33 0.22 2.77 0.36 0.65
Hex C6 88 85 0 1F 21 16 3 24 41
Octal 306 210 205 0 37 41 26 3 44 101
Binary 11000110 10001000 10000101 0 11111 100001 10110 11 100100 1000001

Color Harmonies of #C68885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68885

Black with #C68885

Text Example


Text Example

White with #C68885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68885; }

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

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

background-color css

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

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

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

border-color css

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

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

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