Html Css Color HEX #C07E6F Brandy Rose

📋 copy color: '#C07E6F'

red 192 ◦ green 126 ◦ blue 111

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

Shades of Brandy Rose #C07E6F

Tints of Brandy Rose #C07E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.87%

R = 44.76%
G = 29.37%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C07E6F (or 0xC07E6F) is known color: Brandy Rose. HEX triplet: C0, 7E and 6F. RGB value is (192,126,111). Sum of RGB (Red+Green+Blue) = 192+126+111=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E6F is #3F8190. Grayscale: #909090. Windows color (decimal): -4161937 or 7306944. OLE color: 7306944.

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

Color convert

RGB 192 126 111 -
CMYK 0 0.34 0.42 0.25
HSL 11.11º 0.39% 0.59% -
HSV(B) 11.11º 0.42% 0.75% -
XYZ 32.07 27.28 18.61 -
YUV 144.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 192 126 111 0 0.34 0.42 0.25 11.11 0.39 0.59
Hex C0 7E 6F 0 22 2A 19 B 27 3B
Octal 300 176 157 0 42 52 31 13 47 73
Binary 11000000 1111110 1101111 0 100010 101010 11001 1011 100111 111011

Color Harmonies of #C07E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E6F

Black with #C07E6F

Text Example


Text Example

White with #C07E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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