Html Css Color HEX #C07C75 Brandy Rose

📋 copy color: '#C07C75'

red 192 ◦ green 124 ◦ blue 117

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

Shades of Brandy Rose #C07C75

Tints of Brandy Rose #C07C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.64%

 BLUE value IS 117 (46.09% from 255) = 27.02%

R = 44.34%
G = 28.64%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C07C75 (or 0xC07C75) is known color: Brandy Rose. HEX triplet: C0, 7C and 75. RGB value is (192,124,117). Sum of RGB (Red+Green+Blue) = 192+124+117=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C75 is #3F838A. Grayscale: #8F8F8F. Windows color (decimal): -4162443 or 7699648. OLE color: 7699648.

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

Color convert

RGB 192 124 117 -
CMYK 0 0.35 0.39 0.25
HSL 5.6º 0.37% 0.61% -
HSV(B) 5.6º 0.39% 0.75% -
XYZ 32.16 26.91 20.33 -
YUV 143.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 192 124 117 0 0.35 0.39 0.25 5.6 0.37 0.61
Hex C0 7C 75 0 23 27 19 6 25 3D
Octal 300 174 165 0 43 47 31 6 45 75
Binary 11000000 1111100 1110101 0 100011 100111 11001 110 100101 111101

Color Harmonies of #C07C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C75

Black with #C07C75

Text Example


Text Example

White with #C07C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C75; }

 p { color: rgb(192,124,117); }

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

background-color css

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

 a { background-color: rgb(192,124,117); }

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

border-color css

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

 span { border-color: rgb(192,124,117); }

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