Html Css Color HEX #C68678 Brandy Rose

📋 copy color: '#C68678'

red 198 ◦ green 134 ◦ blue 120

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

Shades of Brandy Rose #C68678

Tints of Brandy Rose #C68678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

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

R = 43.81%
G = 29.65%
B = 26.55%

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

#C68678 (or 0xC68678) is known color: Brandy Rose. HEX triplet: C6, 86 and 78. RGB value is (198,134,120). Sum of RGB (Red+Green+Blue) = 198+134+120=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C68678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68678 is #397987. Grayscale: #979797. Windows color (decimal): -3766664 or 7898822. OLE color: 7898822.

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

Color convert

RGB 198 134 120 -
CMYK 0 0.32 0.39 0.22
HSL 10.77º 0.41% 0.62% -
HSV(B) 10.77º 0.39% 0.78% -
XYZ 35.2 30.41 21.78 -
YUV 151.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 198 134 120 0 0.32 0.39 0.22 10.77 0.41 0.62
Hex C6 86 78 0 20 27 16 B 29 3E
Octal 306 206 170 0 40 47 26 13 51 76
Binary 11000110 10000110 1111000 0 100000 100111 10110 1011 101001 111110

Color Harmonies of #C68678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68678

Black with #C68678

Text Example


Text Example

White with #C68678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68678; }

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

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

background-color css

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

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

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

border-color css

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

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

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