Html Css Color HEX #C68271 Brandy Rose

📋 copy color: '#C68271'

red 198 ◦ green 130 ◦ blue 113

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

Shades of Brandy Rose #C68271

Tints of Brandy Rose #C68271

RGB

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

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

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

R = 44.9%
G = 29.48%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C68271 (or 0xC68271) is known color: Brandy Rose. HEX triplet: C6, 82 and 71. RGB value is (198,130,113). Sum of RGB (Red+Green+Blue) = 198+130+113=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C68271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68271 is #397D8E. Grayscale: #949494. Windows color (decimal): -3767695 or 7439046. OLE color: 7439046.

HSL color Cylindrical-coordinate representation of color #C68271: hue angle of 12º 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 #C68271 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 113 -
CMYK 0 0.34 0.43 0.22
HSL 12º 0.43% 0.61% -
HSV(B) 12º 0.43% 0.78% -
XYZ 34.25 29.16 19.45 -
YUV 148.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 198 130 113 0 0.34 0.43 0.22 12 0.43 0.61
Hex C6 82 71 0 22 2B 16 C 2B 3D
Octal 306 202 161 0 42 53 26 14 53 75
Binary 11000110 10000010 1110001 0 100010 101011 10110 1100 101011 111101

Color Harmonies of #C68271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68271

Black with #C68271

Text Example


Text Example

White with #C68271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68271; }

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

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

background-color css

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

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

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

border-color css

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

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

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