Html Css Color HEX #C68073 Brandy Rose

📋 copy color: '#C68073'

red 198 ◦ green 128 ◦ blue 115

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

Shades of Brandy Rose #C68073

Tints of Brandy Rose #C68073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.08%

R = 44.9%
G = 29.02%
B = 26.08%

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

#C68073 (or 0xC68073) is known color: Brandy Rose. HEX triplet: C6, 80 and 73. RGB value is (198,128,115). Sum of RGB (Red+Green+Blue) = 198+128+115=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C68073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68073 is #397F8C. Grayscale: #939393. Windows color (decimal): -3768205 or 7569606. OLE color: 7569606.

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

Color convert

RGB 198 128 115 -
CMYK 0 0.35 0.42 0.22
HSL 9.4º 0.42% 0.61% -
HSV(B) 9.4º 0.42% 0.78% -
XYZ 34.1 28.68 19.96 -
YUV 147.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 198 128 115 0 0.35 0.42 0.22 9.4 0.42 0.61
Hex C6 80 73 0 23 2A 16 9 2A 3D
Octal 306 200 163 0 43 52 26 11 52 75
Binary 11000110 10000000 1110011 0 100011 101010 10110 1001 101010 111101

Color Harmonies of #C68073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68073

Black with #C68073

Text Example


Text Example

White with #C68073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68073; }

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

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

background-color css

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

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

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

border-color css

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

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

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