Html Css Color HEX #C68071 Brandy Rose

📋 copy color: '#C68071'

red 198 ◦ green 128 ◦ blue 113

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

Shades of Brandy Rose #C68071

Tints of Brandy Rose #C68071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.74%

R = 45.1%
G = 29.16%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C68071 (or 0xC68071) is known color: Brandy Rose. HEX triplet: C6, 80 and 71. RGB value is (198,128,113). Sum of RGB (Red+Green+Blue) = 198+128+113=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C68071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68071 is #397F8E. Grayscale: #939393. Windows color (decimal): -3768207 or 7438534. OLE color: 7438534.

HSL color Cylindrical-coordinate representation of color #C68071: hue angle of 10.59º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C68071 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 113 -
CMYK 0 0.35 0.43 0.22
HSL 10.59º 0.43% 0.61% -
HSV(B) 10.59º 0.43% 0.78% -
XYZ 33.99 28.64 19.36 -
YUV 147.22 108.69 164.22 -
System Red Green Blue C M Y K H S L
Decimal 198 128 113 0 0.35 0.43 0.22 10.59 0.43 0.61
Hex C6 80 71 0 23 2B 16 B 2B 3D
Octal 306 200 161 0 43 53 26 13 53 75
Binary 11000110 10000000 1110001 0 100011 101011 10110 1011 101011 111101

Color Harmonies of #C68071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68071

Black with #C68071

Text Example


Text Example

White with #C68071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68071; }

 p { color: rgb(198,128,113); }

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

background-color css

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

 a { background-color: rgb(198,128,113); }

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

border-color css

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

 span { border-color: rgb(198,128,113); }

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