Html Css Color HEX #C28672 Brandy Rose

📋 copy color: '#C28672'

red 194 ◦ green 134 ◦ blue 114

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

Shades of Brandy Rose #C28672

Tints of Brandy Rose #C28672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 43.89%
G = 30.32%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28672 (or 0xC28672) is known color: Brandy Rose. HEX triplet: C2, 86 and 72. RGB value is (194,134,114). Sum of RGB (Red+Green+Blue) = 194+134+114=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C28672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28672 is #3D798D. Grayscale: #959595. Windows color (decimal): -4028814 or 7505602. OLE color: 7505602.

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

Color convert

RGB 194 134 114 -
CMYK 0 0.31 0.41 0.24
HSL 15º 0.4% 0.6% -
HSV(B) 15º 0.41% 0.76% -
XYZ 33.81 29.73 19.88 -
YUV 149.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 194 134 114 0 0.31 0.41 0.24 15 0.4 0.6
Hex C2 86 72 0 1F 29 18 F 28 3C
Octal 302 206 162 0 37 51 30 17 50 74
Binary 11000010 10000110 1110010 0 11111 101001 11000 1111 101000 111100

Color Harmonies of #C28672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28672

Black with #C28672

Text Example


Text Example

White with #C28672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28672; }

 p { color: rgb(194,134,114); }

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

background-color css

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

 a { background-color: rgb(194,134,114); }

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

border-color css

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

 span { border-color: rgb(194,134,114); }

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