Html Css Color HEX #C07F70 Brandy Rose

📋 copy color: '#C07F70'

red 192 ◦ green 127 ◦ blue 112

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

Shades of Brandy Rose #C07F70

Tints of Brandy Rose #C07F70

RGB

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

 GREEN value IS 127 (50% from 255) = 29.47%

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

R = 44.55%
G = 29.47%
B = 25.99%

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

#C07F70 (or 0xC07F70) is known color: Brandy Rose. HEX triplet: C0, 7F and 70. RGB value is (192,127,112). Sum of RGB (Red+Green+Blue) = 192+127+112=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F70 is #3F808F. Grayscale: #909090. Windows color (decimal): -4161680 or 7372736. OLE color: 7372736.

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

Color convert

RGB 192 127 112 -
CMYK 0 0.34 0.42 0.25
HSL 11.25º 0.39% 0.6% -
HSV(B) 11.25º 0.42% 0.75% -
XYZ 32.25 27.56 18.95 -
YUV 144.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 192 127 112 0 0.34 0.42 0.25 11.25 0.39 0.6
Hex C0 7F 70 0 22 2A 19 B 27 3C
Octal 300 177 160 0 42 52 31 13 47 74
Binary 11000000 1111111 1110000 0 100010 101010 11001 1011 100111 111100

Color Harmonies of #C07F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F70

Black with #C07F70

Text Example


Text Example

White with #C07F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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