Html Css Color HEX #C28678 Brandy Rose

📋 copy color: '#C28678'

red 194 ◦ green 134 ◦ blue 120

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

Shades of Brandy Rose #C28678

Tints of Brandy Rose #C28678

RGB

 RED value IS 194 (76.17% from 255) = 43.3%

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

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

R = 43.3%
G = 29.91%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28678 (or 0xC28678) is known color: Brandy Rose. HEX triplet: C2, 86 and 78. RGB value is (194,134,120). Sum of RGB (Red+Green+Blue) = 194+134+120=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C28678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28678 is #3D7987. Grayscale: #969696. Windows color (decimal): -4028808 or 7898818. OLE color: 7898818.

HSL color Cylindrical-coordinate representation of color #C28678: hue angle of 11.35º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28678 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 134 120 -
CMYK 0 0.31 0.38 0.24
HSL 11.35º 0.38% 0.62% -
HSV(B) 11.35º 0.38% 0.76% -
XYZ 34.16 29.88 21.74 -
YUV 150.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 194 134 120 0 0.31 0.38 0.24 11.35 0.38 0.62
Hex C2 86 78 0 1F 26 18 B 26 3E
Octal 302 206 170 0 37 46 30 13 46 76
Binary 11000010 10000110 1111000 0 11111 100110 11000 1011 100110 111110

Color Harmonies of #C28678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28678

Black with #C28678

Text Example


Text Example

White with #C28678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28678; }

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

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

background-color css

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

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

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

border-color css

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

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

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