Html Css Color HEX #C07F72 Brandy Rose

📋 copy color: '#C07F72'

red 192 ◦ green 127 ◦ blue 114

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

Shades of Brandy Rose #C07F72

Tints of Brandy Rose #C07F72

RGB

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

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

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

R = 44.34%
G = 29.33%
B = 26.33%

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

#C07F72 (or 0xC07F72) is known color: Brandy Rose. HEX triplet: C0, 7F and 72. RGB value is (192,127,114). Sum of RGB (Red+Green+Blue) = 192+127+114=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F72 is #3F808D. Grayscale: #919191. Windows color (decimal): -4161678 or 7503808. OLE color: 7503808.

HSL color Cylindrical-coordinate representation of color #C07F72: hue angle of 10º 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 #C07F72 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 114 -
CMYK 0 0.34 0.41 0.25
HSL 10º 0.38% 0.6% -
HSV(B) 10º 0.41% 0.75% -
XYZ 32.36 27.6 19.54 -
YUV 144.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 192 127 114 0 0.34 0.41 0.25 10 0.38 0.6
Hex C0 7F 72 0 22 29 19 A 26 3C
Octal 300 177 162 0 42 51 31 12 46 74
Binary 11000000 1111111 1110010 0 100010 101001 11001 1010 100110 111100

Color Harmonies of #C07F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F72

Black with #C07F72

Text Example


Text Example

White with #C07F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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