Html Css Color HEX #C68072 Brandy Rose

📋 copy color: '#C68072'

red 198 ◦ green 128 ◦ blue 114

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

Shades of Brandy Rose #C68072

Tints of Brandy Rose #C68072

RGB

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

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

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

R = 45%
G = 29.09%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C68072 (or 0xC68072) is known color: Brandy Rose. HEX triplet: C6, 80 and 72. RGB value is (198,128,114). Sum of RGB (Red+Green+Blue) = 198+128+114=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C68072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68072 is #397F8D. Grayscale: #939393. Windows color (decimal): -3768206 or 7504070. OLE color: 7504070.

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

Color convert

RGB 198 128 114 -
CMYK 0 0.35 0.42 0.22
HSL 10º 0.42% 0.61% -
HSV(B) 10º 0.42% 0.78% -
XYZ 34.05 28.66 19.66 -
YUV 147.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 198 128 114 0 0.35 0.42 0.22 10 0.42 0.61
Hex C6 80 72 0 23 2A 16 A 2A 3D
Octal 306 200 162 0 43 52 26 12 52 75
Binary 11000110 10000000 1110010 0 100011 101010 10110 1010 101010 111101

Color Harmonies of #C68072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68072

Black with #C68072

Text Example


Text Example

White with #C68072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68072; }

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

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

background-color css

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

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

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

border-color css

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

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

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