Html Css Color HEX #C07E72 Brandy Rose

📋 copy color: '#C07E72'

red 192 ◦ green 126 ◦ blue 114

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

Shades of Brandy Rose #C07E72

Tints of Brandy Rose #C07E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.39%

R = 44.44%
G = 29.17%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C07E72 (or 0xC07E72) is known color: Brandy Rose. HEX triplet: C0, 7E and 72. RGB value is (192,126,114). Sum of RGB (Red+Green+Blue) = 192+126+114=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E72 is #3F818D. Grayscale: #909090. Windows color (decimal): -4161934 or 7503552. OLE color: 7503552.

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

Color convert

RGB 192 126 114 -
CMYK 0 0.34 0.41 0.25
HSL 9.23º 0.38% 0.6% -
HSV(B) 9.23º 0.41% 0.75% -
XYZ 32.24 27.34 19.5 -
YUV 144.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 192 126 114 0 0.34 0.41 0.25 9.23 0.38 0.6
Hex C0 7E 72 0 22 29 19 9 26 3C
Octal 300 176 162 0 42 51 31 11 46 74
Binary 11000000 1111110 1110010 0 100010 101001 11001 1001 100110 111100

Color Harmonies of #C07E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E72

Black with #C07E72

Text Example


Text Example

White with #C07E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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