Html Css Color HEX #C07E75 Brandy Rose

📋 copy color: '#C07E75'

red 192 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #C07E75

Tints of Brandy Rose #C07E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.97%

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

R = 44.14%
G = 28.97%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C07E75 (or 0xC07E75) is known color: Brandy Rose. HEX triplet: C0, 7E and 75. RGB value is (192,126,117). Sum of RGB (Red+Green+Blue) = 192+126+117=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E75 is #3F818A. Grayscale: #909090. Windows color (decimal): -4161931 or 7700160. OLE color: 7700160.

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

Color convert

RGB 192 126 117 -
CMYK 0 0.34 0.39 0.25
HSL 7.2º 0.37% 0.61% -
HSV(B) 7.2º 0.39% 0.75% -
XYZ 32.41 27.41 20.41 -
YUV 144.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 192 126 117 0 0.34 0.39 0.25 7.2 0.37 0.61
Hex C0 7E 75 0 22 27 19 7 25 3D
Octal 300 176 165 0 42 47 31 7 45 75
Binary 11000000 1111110 1110101 0 100010 100111 11001 111 100101 111101

Color Harmonies of #C07E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E75

Black with #C07E75

Text Example


Text Example

White with #C07E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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