Html Css Color HEX #C28370 Brandy Rose

📋 copy color: '#C28370'

red 194 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #C28370

Tints of Brandy Rose #C28370

RGB

 RED value IS 194 (76.17% from 255) = 44.39%

 GREEN value IS 131 (51.56% from 255) = 29.98%

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

R = 44.39%
G = 29.98%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C28370 (or 0xC28370) is known color: Brandy Rose. HEX triplet: C2, 83 and 70. RGB value is (194,131,112). Sum of RGB (Red+Green+Blue) = 194+131+112=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C28370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28370 is #3D7C8F. Grayscale: #939393. Windows color (decimal): -4029584 or 7373762. OLE color: 7373762.

HSL color Cylindrical-coordinate representation of color #C28370: hue angle of 13.9º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C28370 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 112 -
CMYK 0 0.32 0.42 0.24
HSL 13.9º 0.4% 0.6% -
HSV(B) 13.9º 0.42% 0.76% -
XYZ 33.29 28.87 19.15 -
YUV 147.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 194 131 112 0 0.32 0.42 0.24 13.9 0.4 0.6
Hex C2 83 70 0 20 2A 18 E 28 3C
Octal 302 203 160 0 40 52 30 16 50 74
Binary 11000010 10000011 1110000 0 100000 101010 11000 1110 101000 111100

Color Harmonies of #C28370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28370

Black with #C28370

Text Example


Text Example

White with #C28370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28370; }

 p { color: rgb(194,131,112); }

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

background-color css

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

 a { background-color: rgb(194,131,112); }

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

border-color css

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

 span { border-color: rgb(194,131,112); }

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