Html Css Color HEX #C07D6E Brandy Rose

📋 copy color: '#C07D6E'

red 192 ◦ green 125 ◦ blue 110

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

Shades of Brandy Rose #C07D6E

Tints of Brandy Rose #C07D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.27%

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

R = 44.96%
G = 29.27%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C07D6E (or 0xC07D6E) is known color: Brandy Rose. HEX triplet: C0, 7D and 6E. RGB value is (192,125,110). Sum of RGB (Red+Green+Blue) = 192+125+110=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D6E is #3F8291. Grayscale: #8F8F8F. Windows color (decimal): -4162194 or 7241152. OLE color: 7241152.

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

Color convert

RGB 192 125 110 -
CMYK 0 0.35 0.43 0.25
HSL 10.98º 0.39% 0.59% -
HSV(B) 10.98º 0.43% 0.75% -
XYZ 31.89 27 18.28 -
YUV 143.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 192 125 110 0 0.35 0.43 0.25 10.98 0.39 0.59
Hex C0 7D 6E 0 23 2B 19 B 27 3B
Octal 300 175 156 0 43 53 31 13 47 73
Binary 11000000 1111101 1101110 0 100011 101011 11001 1011 100111 111011

Color Harmonies of #C07D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D6E

Black with #C07D6E

Text Example


Text Example

White with #C07D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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