Html Css Color HEX #C07F6D Brandy Rose

📋 copy color: '#C07F6D'

red 192 ◦ green 127 ◦ blue 109

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

Shades of Brandy Rose #C07F6D

Tints of Brandy Rose #C07F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.47%

R = 44.86%
G = 29.67%
B = 25.47%

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

#C07F6D (or 0xC07F6D) is known color: Brandy Rose. HEX triplet: C0, 7F and 6D. RGB value is (192,127,109). Sum of RGB (Red+Green+Blue) = 192+127+109=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F6D is #3F8092. Grayscale: #909090. Windows color (decimal): -4161683 or 7176128. OLE color: 7176128.

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

Color convert

RGB 192 127 109 -
CMYK 0 0.34 0.43 0.25
HSL 13.01º 0.4% 0.59% -
HSV(B) 13.01º 0.43% 0.75% -
XYZ 32.09 27.49 18.08 -
YUV 144.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 192 127 109 0 0.34 0.43 0.25 13.01 0.4 0.59
Hex C0 7F 6D 0 22 2B 19 D 28 3B
Octal 300 177 155 0 42 53 31 15 50 73
Binary 11000000 1111111 1101101 0 100010 101011 11001 1101 101000 111011

Color Harmonies of #C07F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F6D

Black with #C07F6D

Text Example


Text Example

White with #C07F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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