Html Css Color HEX #C07E70 Brandy Rose

📋 copy color: '#C07E70'

red 192 ◦ green 126 ◦ blue 112

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

Shades of Brandy Rose #C07E70

Tints of Brandy Rose #C07E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 44.65%
G = 29.3%
B = 26.05%

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

#C07E70 (or 0xC07E70) is known color: Brandy Rose. HEX triplet: C0, 7E and 70. RGB value is (192,126,112). Sum of RGB (Red+Green+Blue) = 192+126+112=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E70 is #3F818F. Grayscale: #909090. Windows color (decimal): -4161936 or 7372480. OLE color: 7372480.

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

Color convert

RGB 192 126 112 -
CMYK 0 0.34 0.42 0.25
HSL 10.5º 0.39% 0.6% -
HSV(B) 10.5º 0.42% 0.75% -
XYZ 32.12 27.3 18.91 -
YUV 144.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 192 126 112 0 0.34 0.42 0.25 10.5 0.39 0.6
Hex C0 7E 70 0 22 2A 19 A 27 3C
Octal 300 176 160 0 42 52 31 12 47 74
Binary 11000000 1111110 1110000 0 100010 101010 11001 1010 100111 111100

Color Harmonies of #C07E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E70

Black with #C07E70

Text Example


Text Example

White with #C07E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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