Html Css Color HEX #C08672 Brandy Rose

📋 copy color: '#C08672'

red 192 ◦ green 134 ◦ blue 114

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

Shades of Brandy Rose #C08672

Tints of Brandy Rose #C08672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.45%

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

R = 43.64%
G = 30.45%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C08672 (or 0xC08672) is known color: Brandy Rose. HEX triplet: C0, 86 and 72. RGB value is (192,134,114). Sum of RGB (Red+Green+Blue) = 192+134+114=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C08672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08672 is #3F798D. Grayscale: #959595. Windows color (decimal): -4159886 or 7505600. OLE color: 7505600.

HSL color Cylindrical-coordinate representation of color #C08672: hue angle of 15.38º 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 #C08672 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 114 -
CMYK 0 0.30 0.41 0.25
HSL 15.38º 0.38% 0.6% -
HSV(B) 15.38º 0.41% 0.75% -
XYZ 33.3 29.47 19.85 -
YUV 149.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 192 134 114 0 0.30 0.41 0.25 15.38 0.38 0.6
Hex C0 86 72 0 1E 29 19 F 26 3C
Octal 300 206 162 0 36 51 31 17 46 74
Binary 11000000 10000110 1110010 0 11110 101001 11001 1111 100110 111100

Color Harmonies of #C08672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08672

Black with #C08672

Text Example


Text Example

White with #C08672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08672; }

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

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

background-color css

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

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

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

border-color css

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

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

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