Html Css Color HEX #C07E6E Brandy Rose

📋 copy color: '#C07E6E'

red 192 ◦ green 126 ◦ blue 110

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

Shades of Brandy Rose #C07E6E

Tints of Brandy Rose #C07E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.7%

R = 44.86%
G = 29.44%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C07E6E (or 0xC07E6E) is known color: Brandy Rose. HEX triplet: C0, 7E and 6E. RGB value is (192,126,110). Sum of RGB (Red+Green+Blue) = 192+126+110=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E6E is #3F8191. Grayscale: #909090. Windows color (decimal): -4161938 or 7241408. OLE color: 7241408.

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

Color convert

RGB 192 126 110 -
CMYK 0 0.34 0.43 0.25
HSL 11.71º 0.39% 0.59% -
HSV(B) 11.71º 0.43% 0.75% -
XYZ 32.01 27.25 18.33 -
YUV 143.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 192 126 110 0 0.34 0.43 0.25 11.71 0.39 0.59
Hex C0 7E 6E 0 22 2B 19 C 27 3B
Octal 300 176 156 0 42 53 31 14 47 73
Binary 11000000 1111110 1101110 0 100010 101011 11001 1100 100111 111011

Color Harmonies of #C07E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E6E

Black with #C07E6E

Text Example


Text Example

White with #C07E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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