Html Css Color HEX #C37F7F Oriental Pink

📋 copy color: '#C37F7F'

red 195 ◦ green 127 ◦ blue 127

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

Shades of Oriental Pink #C37F7F

Tints of Oriental Pink #C37F7F

RGB

 RED value IS 195 (76.56% from 255) = 43.43%

 GREEN value IS 127 (50% from 255) = 28.29%

 BLUE value IS 127 (50% from 255) = 28.29%

R = 43.43%
G = 28.29%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C37F7F (or 0xC37F7F) is known color: Oriental Pink. HEX triplet: C3, 7F and 7F. RGB value is (195,127,127). Sum of RGB (Red+Green+Blue) = 195+127+127=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F7F is #3C8080. Grayscale: #939393. Windows color (decimal): -3965057 or 8355779. OLE color: 8355779.

HSL color Cylindrical-coordinate representation of color #C37F7F: hue angle of 0º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37F7F is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 127 127 -
CMYK 0 0.35 0.35 0.24
HSL 0.36% 0.63% -
HSV(B) 0.35% 0.76% -
XYZ 33.93 28.31 23.76 -
YUV 147.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 195 127 127 0 0.35 0.35 0.24 0 0.36 0.63
Hex C3 7F 7F 0 23 23 18 0 24 3F
Octal 303 177 177 0 43 43 30 0 44 77
Binary 11000011 1111111 1111111 0 100011 100011 11000 0 100100 111111

Color Harmonies of #C37F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F7F

Black with #C37F7F

Text Example


Text Example

White with #C37F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F7F; }

 p { color: rgb(195,127,127); }

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

background-color css

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

 a { background-color: rgb(195,127,127); }

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

border-color css

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

 span { border-color: rgb(195,127,127); }

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