Html Css Color HEX #C07E76 Brandy Rose

📋 copy color: '#C07E76'

red 192 ◦ green 126 ◦ blue 118

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

Shades of Brandy Rose #C07E76

Tints of Brandy Rose #C07E76

RGB

 RED value IS 192 (75.39% from 255) = 44.04%

 GREEN value IS 126 (49.61% from 255) = 28.9%

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 44.04%
G = 28.9%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C07E76 (or 0xC07E76) is known color: Brandy Rose. HEX triplet: C0, 7E and 76. RGB value is (192,126,118). Sum of RGB (Red+Green+Blue) = 192+126+118=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E76 is #3F8189. Grayscale: #909090. Windows color (decimal): -4161930 or 7765696. OLE color: 7765696.

HSL color Cylindrical-coordinate representation of color #C07E76: hue angle of 6.49º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07E76 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 118 -
CMYK 0 0.34 0.39 0.25
HSL 6.49º 0.37% 0.61% -
HSV(B) 6.49º 0.39% 0.75% -
XYZ 32.47 27.44 20.72 -
YUV 144.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 192 126 118 0 0.34 0.39 0.25 6.49 0.37 0.61
Hex C0 7E 76 0 22 27 19 6 25 3D
Octal 300 176 166 0 42 47 31 6 45 75
Binary 11000000 1111110 1110110 0 100010 100111 11001 110 100101 111101

Color Harmonies of #C07E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E76

Black with #C07E76

Text Example


Text Example

White with #C07E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E76; }

 p { color: rgb(192,126,118); }

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

background-color css

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

 a { background-color: rgb(192,126,118); }

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

border-color css

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

 span { border-color: rgb(192,126,118); }

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