Html Css Color HEX #C08274 Brandy Rose

📋 copy color: '#C08274'

red 192 ◦ green 130 ◦ blue 116

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

Shades of Brandy Rose #C08274

Tints of Brandy Rose #C08274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.68%

 BLUE value IS 116 (45.7% from 255) = 26.48%

R = 43.84%
G = 29.68%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C08274 (or 0xC08274) is known color: Brandy Rose. HEX triplet: C0, 82 and 74. RGB value is (192,130,116). Sum of RGB (Red+Green+Blue) = 192+130+116=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C08274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08274 is #3F7D8B. Grayscale: #939393. Windows color (decimal): -4160908 or 7635648. OLE color: 7635648.

HSL color Cylindrical-coordinate representation of color #C08274: hue angle of 11.05º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C08274 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 116 -
CMYK 0 0.32 0.40 0.25
HSL 11.05º 0.38% 0.6% -
HSV(B) 11.05º 0.4% 0.75% -
XYZ 32.87 28.43 20.28 -
YUV 146.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 192 130 116 0 0.32 0.40 0.25 11.05 0.38 0.6
Hex C0 82 74 0 20 28 19 B 26 3C
Octal 300 202 164 0 40 50 31 13 46 74
Binary 11000000 10000010 1110100 0 100000 101000 11001 1011 100110 111100

Color Harmonies of #C08274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08274

Black with #C08274

Text Example


Text Example

White with #C08274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08274; }

 p { color: rgb(192,130,116); }

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

background-color css

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

 a { background-color: rgb(192,130,116); }

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

border-color css

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

 span { border-color: rgb(192,130,116); }

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