Html Css Color HEX #C28677 Brandy Rose

📋 copy color: '#C28677'

red 194 ◦ green 134 ◦ blue 119

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

Shades of Brandy Rose #C28677

Tints of Brandy Rose #C28677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.62%

R = 43.4%
G = 29.98%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28677 (or 0xC28677) is known color: Brandy Rose. HEX triplet: C2, 86 and 77. RGB value is (194,134,119). Sum of RGB (Red+Green+Blue) = 194+134+119=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C28677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28677 is #3D7988. Grayscale: #969696. Windows color (decimal): -4028809 or 7833282. OLE color: 7833282.

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

Color convert

RGB 194 134 119 -
CMYK 0 0.31 0.39 0.24
HSL 12º 0.38% 0.61% -
HSV(B) 12º 0.39% 0.76% -
XYZ 34.1 29.85 21.42 -
YUV 150.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 194 134 119 0 0.31 0.39 0.24 12 0.38 0.61
Hex C2 86 77 0 1F 27 18 C 26 3D
Octal 302 206 167 0 37 47 30 14 46 75
Binary 11000010 10000110 1110111 0 11111 100111 11000 1100 100110 111101

Color Harmonies of #C28677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28677

Black with #C28677

Text Example


Text Example

White with #C28677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28677; }

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

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

background-color css

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

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

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

border-color css

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

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

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