Html Css Color HEX #C68275 Brandy Rose

📋 copy color: '#C68275'

red 198 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #C68275

Tints of Brandy Rose #C68275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.29%

R = 44.49%
G = 29.21%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C68275 (or 0xC68275) is known color: Brandy Rose. HEX triplet: C6, 82 and 75. RGB value is (198,130,117). Sum of RGB (Red+Green+Blue) = 198+130+117=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C68275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68275 is #397D8A. Grayscale: #949494. Windows color (decimal): -3767691 or 7701190. OLE color: 7701190.

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

Color convert

RGB 198 130 117 -
CMYK 0 0.34 0.41 0.22
HSL 9.63º 0.42% 0.62% -
HSV(B) 9.63º 0.41% 0.78% -
XYZ 34.48 29.26 20.66 -
YUV 148.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 198 130 117 0 0.34 0.41 0.22 9.63 0.42 0.62
Hex C6 82 75 0 22 29 16 A 2A 3E
Octal 306 202 165 0 42 51 26 12 52 76
Binary 11000110 10000010 1110101 0 100010 101001 10110 1010 101010 111110

Color Harmonies of #C68275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68275

Black with #C68275

Text Example


Text Example

White with #C68275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68275; }

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

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

background-color css

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

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

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

border-color css

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

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

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