Html Css Color HEX #C48175 Brandy Rose

📋 copy color: '#C48175'

red 196 ◦ green 129 ◦ blue 117

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

Shades of Brandy Rose #C48175

Tints of Brandy Rose #C48175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.19%

 BLUE value IS 117 (46.09% from 255) = 26.47%

R = 44.34%
G = 29.19%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C48175 (or 0xC48175) is known color: Brandy Rose. HEX triplet: C4, 81 and 75. RGB value is (196,129,117). Sum of RGB (Red+Green+Blue) = 196+129+117=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C48175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48175 is #3B7E8A. Grayscale: #939393. Windows color (decimal): -3899019 or 7700932. OLE color: 7700932.

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

Color convert

RGB 196 129 117 -
CMYK 0 0.34 0.40 0.23
HSL 9.11º 0.4% 0.61% -
HSV(B) 9.11º 0.4% 0.77% -
XYZ 33.83 28.72 20.59 -
YUV 147.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 196 129 117 0 0.34 0.40 0.23 9.11 0.4 0.61
Hex C4 81 75 0 22 28 17 9 28 3D
Octal 304 201 165 0 42 50 27 11 50 75
Binary 11000100 10000001 1110101 0 100010 101000 10111 1001 101000 111101

Color Harmonies of #C48175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48175

Black with #C48175

Text Example


Text Example

White with #C48175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48175; }

 p { color: rgb(196,129,117); }

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

background-color css

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

 a { background-color: rgb(196,129,117); }

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

border-color css

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

 span { border-color: rgb(196,129,117); }

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