Html Css Color HEX #C08478 Brandy Rose

📋 copy color: '#C08478'

red 192 ◦ green 132 ◦ blue 120

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

Shades of Brandy Rose #C08478

Tints of Brandy Rose #C08478

RGB

 RED value IS 192 (75.39% from 255) = 43.24%

 GREEN value IS 132 (51.95% from 255) = 29.73%

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 43.24%
G = 29.73%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C08478 (or 0xC08478) is known color: Brandy Rose. HEX triplet: C0, 84 and 78. RGB value is (192,132,120). Sum of RGB (Red+Green+Blue) = 192+132+120=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C08478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08478 is #3F7B87. Grayscale: #949494. Windows color (decimal): -4160392 or 7898304. OLE color: 7898304.

HSL color Cylindrical-coordinate representation of color #C08478: hue angle of 10º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08478 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 120 -
CMYK 0 0.31 0.38 0.25
HSL 10º 0.36% 0.61% -
HSV(B) 10º 0.38% 0.75% -
XYZ 33.38 29.07 21.62 -
YUV 148.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 192 132 120 0 0.31 0.38 0.25 10 0.36 0.61
Hex C0 84 78 0 1F 26 19 A 24 3D
Octal 300 204 170 0 37 46 31 12 44 75
Binary 11000000 10000100 1111000 0 11111 100110 11001 1010 100100 111101

Color Harmonies of #C08478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08478

Black with #C08478

Text Example


Text Example

White with #C08478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08478; }

 p { color: rgb(192,132,120); }

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

background-color css

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

 a { background-color: rgb(192,132,120); }

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

border-color css

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

 span { border-color: rgb(192,132,120); }

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