Html Css Color HEX #C48072 Brandy Rose

📋 copy color: '#C48072'

red 196 ◦ green 128 ◦ blue 114

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

Shades of Brandy Rose #C48072

Tints of Brandy Rose #C48072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.22%

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

R = 44.75%
G = 29.22%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C48072 (or 0xC48072) is known color: Brandy Rose. HEX triplet: C4, 80 and 72. RGB value is (196,128,114). Sum of RGB (Red+Green+Blue) = 196+128+114=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C48072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48072 is #3B7F8D. Grayscale: #929292. Windows color (decimal): -3899278 or 7504068. OLE color: 7504068.

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

Color convert

RGB 196 128 114 -
CMYK 0 0.35 0.42 0.23
HSL 10.24º 0.41% 0.61% -
HSV(B) 10.24º 0.42% 0.77% -
XYZ 33.52 28.39 19.63 -
YUV 146.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 196 128 114 0 0.35 0.42 0.23 10.24 0.41 0.61
Hex C4 80 72 0 23 2A 17 A 29 3D
Octal 304 200 162 0 43 52 27 12 51 75
Binary 11000100 10000000 1110010 0 100011 101010 10111 1010 101001 111101

Color Harmonies of #C48072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48072

Black with #C48072

Text Example


Text Example

White with #C48072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48072; }

 p { color: rgb(196,128,114); }

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

background-color css

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

 a { background-color: rgb(196,128,114); }

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

border-color css

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

 span { border-color: rgb(196,128,114); }

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