Html Css Color HEX #C68778 Brandy Rose

📋 copy color: '#C68778'

red 198 ◦ green 135 ◦ blue 120

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

Shades of Brandy Rose #C68778

Tints of Brandy Rose #C68778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.8%

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

R = 43.71%
G = 29.8%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C68778 (or 0xC68778) is known color: Brandy Rose. HEX triplet: C6, 87 and 78. RGB value is (198,135,120). Sum of RGB (Red+Green+Blue) = 198+135+120=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C68778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68778 is #397887. Grayscale: #989898. Windows color (decimal): -3766408 or 7899078. OLE color: 7899078.

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

Color convert

RGB 198 135 120 -
CMYK 0 0.32 0.39 0.22
HSL 11.54º 0.41% 0.62% -
HSV(B) 11.54º 0.39% 0.78% -
XYZ 35.34 30.69 21.83 -
YUV 152.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 198 135 120 0 0.32 0.39 0.22 11.54 0.41 0.62
Hex C6 87 78 0 20 27 16 C 29 3E
Octal 306 207 170 0 40 47 26 14 51 76
Binary 11000110 10000111 1111000 0 100000 100111 10110 1100 101001 111110

Color Harmonies of #C68778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68778

Black with #C68778

Text Example


Text Example

White with #C68778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68778; }

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

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

background-color css

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

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

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

border-color css

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

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

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