Html Css Color HEX #C68378 Brandy Rose

📋 copy color: '#C68378'

red 198 ◦ green 131 ◦ blue 120

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

Shades of Brandy Rose #C68378

Tints of Brandy Rose #C68378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.18%

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 44.1%
G = 29.18%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C68378 (or 0xC68378) is known color: Brandy Rose. HEX triplet: C6, 83 and 78. RGB value is (198,131,120). Sum of RGB (Red+Green+Blue) = 198+131+120=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C68378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68378 is #397C87. Grayscale: #959595. Windows color (decimal): -3767432 or 7898054. OLE color: 7898054.

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

Color convert

RGB 198 131 120 -
CMYK 0 0.34 0.39 0.22
HSL 8.46º 0.41% 0.62% -
HSV(B) 8.46º 0.39% 0.78% -
XYZ 34.8 29.59 21.65 -
YUV 149.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 198 131 120 0 0.34 0.39 0.22 8.46 0.41 0.62
Hex C6 83 78 0 22 27 16 8 29 3E
Octal 306 203 170 0 42 47 26 10 51 76
Binary 11000110 10000011 1111000 0 100010 100111 10110 1000 101001 111110

Color Harmonies of #C68378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68378

Black with #C68378

Text Example


Text Example

White with #C68378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68378; }

 p { color: rgb(198,131,120); }

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

background-color css

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

 a { background-color: rgb(198,131,120); }

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

border-color css

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

 span { border-color: rgb(198,131,120); }

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