Html Css Color HEX #C68279 Brandy Rose

📋 copy color: '#C68279'

red 198 ◦ green 130 ◦ blue 121

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

Shades of Brandy Rose #C68279

Tints of Brandy Rose #C68279

RGB

 RED value IS 198 (77.73% from 255) = 44.1%

 GREEN value IS 130 (51.17% from 255) = 28.95%

 BLUE value IS 121 (47.66% from 255) = 26.95%

R = 44.1%
G = 28.95%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C68279 (or 0xC68279) is known color: Brandy Rose. HEX triplet: C6, 82 and 79. RGB value is (198,130,121). Sum of RGB (Red+Green+Blue) = 198+130+121=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C68279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68279 is #397D86. Grayscale: #959595. Windows color (decimal): -3767687 or 7963334. OLE color: 7963334.

HSL color Cylindrical-coordinate representation of color #C68279: hue angle of 7.01º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C68279 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 121 -
CMYK 0 0.34 0.39 0.22
HSL 7.01º 0.4% 0.63% -
HSV(B) 7.01º 0.39% 0.78% -
XYZ 34.72 29.35 21.92 -
YUV 149.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 198 130 121 0 0.34 0.39 0.22 7.01 0.4 0.63
Hex C6 82 79 0 22 27 16 7 28 3F
Octal 306 202 171 0 42 47 26 7 50 77
Binary 11000110 10000010 1111001 0 100010 100111 10110 111 101000 111111

Color Harmonies of #C68279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68279

Black with #C68279

Text Example


Text Example

White with #C68279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68279; }

 p { color: rgb(198,130,121); }

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

background-color css

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

 a { background-color: rgb(198,130,121); }

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

border-color css

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

 span { border-color: rgb(198,130,121); }

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