Html Css Color HEX #C08072 Brandy Rose

📋 copy color: '#C08072'

red 192 ◦ green 128 ◦ blue 114

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

Shades of Brandy Rose #C08072

Tints of Brandy Rose #C08072

RGB

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

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

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

R = 44.24%
G = 29.49%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C08072 (or 0xC08072) is known color: Brandy Rose. HEX triplet: C0, 80 and 72. RGB value is (192,128,114). Sum of RGB (Red+Green+Blue) = 192+128+114=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C08072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08072 is #3F7F8D. Grayscale: #919191. Windows color (decimal): -4161422 or 7504064. OLE color: 7504064.

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

Color convert

RGB 192 128 114 -
CMYK 0 0.33 0.41 0.25
HSL 10.77º 0.38% 0.6% -
HSV(B) 10.77º 0.41% 0.75% -
XYZ 32.49 27.86 19.58 -
YUV 145.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 192 128 114 0 0.33 0.41 0.25 10.77 0.38 0.6
Hex C0 80 72 0 21 29 19 B 26 3C
Octal 300 200 162 0 41 51 31 13 46 74
Binary 11000000 10000000 1110010 0 100001 101001 11001 1011 100110 111100

Color Harmonies of #C08072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08072

Black with #C08072

Text Example


Text Example

White with #C08072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08072; }

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

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

background-color css

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

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

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

border-color css

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

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

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