Html Css Color HEX #C07F78 Brandy Rose

📋 copy color: '#C07F78'

red 192 ◦ green 127 ◦ blue 120

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

Shades of Brandy Rose #C07F78

Tints of Brandy Rose #C07F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.33%

R = 43.74%
G = 28.93%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C07F78 (or 0xC07F78) is known color: Brandy Rose. HEX triplet: C0, 7F and 78. RGB value is (192,127,120). Sum of RGB (Red+Green+Blue) = 192+127+120=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F78 is #3F8087. Grayscale: #919191. Windows color (decimal): -4161672 or 7897024. OLE color: 7897024.

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

Color convert

RGB 192 127 120 -
CMYK 0 0.34 0.38 0.25
HSL 5.83º 0.36% 0.61% -
HSV(B) 5.83º 0.38% 0.75% -
XYZ 32.72 27.74 21.4 -
YUV 145.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 192 127 120 0 0.34 0.38 0.25 5.83 0.36 0.61
Hex C0 7F 78 0 22 26 19 6 24 3D
Octal 300 177 170 0 42 46 31 6 44 75
Binary 11000000 1111111 1111000 0 100010 100110 11001 110 100100 111101

Color Harmonies of #C07F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F78

Black with #C07F78

Text Example


Text Example

White with #C07F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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