Html Css Color HEX #C68178 Brandy Rose

📋 copy color: '#C68178'

red 198 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #C68178

Tints of Brandy Rose #C68178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.86%

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

R = 44.3%
G = 28.86%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C68178 (or 0xC68178) is known color: Brandy Rose. HEX triplet: C6, 81 and 78. RGB value is (198,129,120). Sum of RGB (Red+Green+Blue) = 198+129+120=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C68178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68178 is #397E87. Grayscale: #949494. Windows color (decimal): -3767944 or 7897542. OLE color: 7897542.

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

Color convert

RGB 198 129 120 -
CMYK 0 0.35 0.39 0.22
HSL 6.92º 0.41% 0.62% -
HSV(B) 6.92º 0.39% 0.78% -
XYZ 34.53 29.06 21.56 -
YUV 148.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 198 129 120 0 0.35 0.39 0.22 6.92 0.41 0.62
Hex C6 81 78 0 23 27 16 7 29 3E
Octal 306 201 170 0 43 47 26 7 51 76
Binary 11000110 10000001 1111000 0 100011 100111 10110 111 101001 111110

Color Harmonies of #C68178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68178

Black with #C68178

Text Example


Text Example

White with #C68178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68178; }

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

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

background-color css

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

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

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

border-color css

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

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

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