Html Css Color HEX #C3826F Brandy Rose

📋 copy color: '#C3826F'

red 195 ◦ green 130 ◦ blue 111

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

Shades of Brandy Rose #C3826F

Tints of Brandy Rose #C3826F

RGB

 RED value IS 195 (76.56% from 255) = 44.72%

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

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 44.72%
G = 29.82%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3826F (or 0xC3826F) is known color: Brandy Rose. HEX triplet: C3, 82 and 6F. RGB value is (195,130,111). Sum of RGB (Red+Green+Blue) = 195+130+111=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3826F is #3C7D90. Grayscale: #939393. Windows color (decimal): -3964305 or 7307971. OLE color: 7307971.

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

Color convert

RGB 195 130 111 -
CMYK 0 0.33 0.43 0.24
HSL 13.57º 0.41% 0.6% -
HSV(B) 13.57º 0.43% 0.76% -
XYZ 33.36 28.72 18.82 -
YUV 147.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 195 130 111 0 0.33 0.43 0.24 13.57 0.41 0.6
Hex C3 82 6F 0 21 2B 18 E 29 3C
Octal 303 202 157 0 41 53 30 16 51 74
Binary 11000011 10000010 1101111 0 100001 101011 11000 1110 101001 111100

Color Harmonies of #C3826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3826F

Black with #C3826F

Text Example


Text Example

White with #C3826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3826F; }

 p { color: rgb(195,130,111); }

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

background-color css

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

 a { background-color: rgb(195,130,111); }

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

border-color css

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

 span { border-color: rgb(195,130,111); }

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