Html Css Color HEX #C07F77 Brandy Rose

📋 copy color: '#C07F77'

red 192 ◦ green 127 ◦ blue 119

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

Shades of Brandy Rose #C07F77

Tints of Brandy Rose #C07F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.17%

R = 43.84%
G = 29%
B = 27.17%

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

#C07F77 (or 0xC07F77) is known color: Brandy Rose. HEX triplet: C0, 7F and 77. RGB value is (192,127,119). Sum of RGB (Red+Green+Blue) = 192+127+119=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F77 is #3F8088. Grayscale: #919191. Windows color (decimal): -4161673 or 7831488. OLE color: 7831488.

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

Color convert

RGB 192 127 119 -
CMYK 0 0.34 0.38 0.25
HSL 6.58º 0.37% 0.61% -
HSV(B) 6.58º 0.38% 0.75% -
XYZ 32.66 27.72 21.08 -
YUV 145.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 192 127 119 0 0.34 0.38 0.25 6.58 0.37 0.61
Hex C0 7F 77 0 22 26 19 7 25 3D
Octal 300 177 167 0 42 46 31 7 45 75
Binary 11000000 1111111 1110111 0 100010 100110 11001 111 100101 111101

Color Harmonies of #C07F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F77

Black with #C07F77

Text Example


Text Example

White with #C07F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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