Html Css Color HEX #C68478 Brandy Rose

📋 copy color: '#C68478'

red 198 ◦ green 132 ◦ blue 120

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

Shades of Brandy Rose #C68478

Tints of Brandy Rose #C68478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.33%

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

R = 44%
G = 29.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C68478 (or 0xC68478) is known color: Brandy Rose. HEX triplet: C6, 84 and 78. RGB value is (198,132,120). Sum of RGB (Red+Green+Blue) = 198+132+120=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C68478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68478 is #397B87. Grayscale: #969696. Windows color (decimal): -3767176 or 7898310. OLE color: 7898310.

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

Color convert

RGB 198 132 120 -
CMYK 0 0.33 0.39 0.22
HSL 9.23º 0.41% 0.62% -
HSV(B) 9.23º 0.39% 0.78% -
XYZ 34.93 29.86 21.69 -
YUV 150.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 198 132 120 0 0.33 0.39 0.22 9.23 0.41 0.62
Hex C6 84 78 0 21 27 16 9 29 3E
Octal 306 204 170 0 41 47 26 11 51 76
Binary 11000110 10000100 1111000 0 100001 100111 10110 1001 101001 111110

Color Harmonies of #C68478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68478

Black with #C68478

Text Example


Text Example

White with #C68478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68478; }

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

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

background-color css

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

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

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

border-color css

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

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

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