Html Css Color HEX #C07F73 Brandy Rose

📋 copy color: '#C07F73'

red 192 ◦ green 127 ◦ blue 115

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

Shades of Brandy Rose #C07F73

Tints of Brandy Rose #C07F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 44.24%
G = 29.26%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C07F73 (or 0xC07F73) is known color: Brandy Rose. HEX triplet: C0, 7F and 73. RGB value is (192,127,115). Sum of RGB (Red+Green+Blue) = 192+127+115=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F73 is #3F808C. Grayscale: #919191. Windows color (decimal): -4161677 or 7569344. OLE color: 7569344.

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

Color convert

RGB 192 127 115 -
CMYK 0 0.34 0.40 0.25
HSL 9.35º 0.38% 0.6% -
HSV(B) 9.35º 0.4% 0.75% -
XYZ 32.42 27.62 19.84 -
YUV 145.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 192 127 115 0 0.34 0.40 0.25 9.35 0.38 0.6
Hex C0 7F 73 0 22 28 19 9 26 3C
Octal 300 177 163 0 42 50 31 11 46 74
Binary 11000000 1111111 1110011 0 100010 101000 11001 1001 100110 111100

Color Harmonies of #C07F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F73

Black with #C07F73

Text Example


Text Example

White with #C07F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F73; }

 p { color: rgb(192,127,115); }

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

background-color css

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

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

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

border-color css

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

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

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