Html Css Color HEX #C48273 Brandy Rose

📋 copy color: '#C48273'

red 196 ◦ green 130 ◦ blue 115

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

Shades of Brandy Rose #C48273

Tints of Brandy Rose #C48273

RGB

 RED value IS 196 (76.95% from 255) = 44.44%

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

 BLUE value IS 115 (45.31% from 255) = 26.08%

R = 44.44%
G = 29.48%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C48273 (or 0xC48273) is known color: Brandy Rose. HEX triplet: C4, 82 and 73. RGB value is (196,130,115). Sum of RGB (Red+Green+Blue) = 196+130+115=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C48273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48273 is #3B7D8C. Grayscale: #949494. Windows color (decimal): -3898765 or 7570116. OLE color: 7570116.

HSL color Cylindrical-coordinate representation of color #C48273: hue angle of 11.11º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C48273 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 115 -
CMYK 0 0.34 0.41 0.23
HSL 11.11º 0.41% 0.61% -
HSV(B) 11.11º 0.41% 0.77% -
XYZ 33.84 28.94 20.02 -
YUV 148.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 196 130 115 0 0.34 0.41 0.23 11.11 0.41 0.61
Hex C4 82 73 0 22 29 17 B 29 3D
Octal 304 202 163 0 42 51 27 13 51 75
Binary 11000100 10000010 1110011 0 100010 101001 10111 1011 101001 111101

Color Harmonies of #C48273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48273

Black with #C48273

Text Example


Text Example

White with #C48273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48273; }

 p { color: rgb(196,130,115); }

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

background-color css

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

 a { background-color: rgb(196,130,115); }

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

border-color css

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

 span { border-color: rgb(196,130,115); }

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