Html Css Color HEX #C28C77 Brandy Rose

📋 copy color: '#C28C77'

red 194 ◦ green 140 ◦ blue 119

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

Shades of Brandy Rose #C28C77

Tints of Brandy Rose #C28C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.91%

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

R = 42.83%
G = 30.91%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28C77 (or 0xC28C77) is known color: Brandy Rose. HEX triplet: C2, 8C and 77. RGB value is (194,140,119). Sum of RGB (Red+Green+Blue) = 194+140+119=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C77 is #3D7388. Grayscale: #999999. Windows color (decimal): -4027273 or 7834818. OLE color: 7834818.

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

Color convert

RGB 194 140 119 -
CMYK 0 0.28 0.39 0.24
HSL 16.8º 0.38% 0.61% -
HSV(B) 16.8º 0.39% 0.76% -
XYZ 34.96 31.56 21.7 -
YUV 153.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 194 140 119 0 0.28 0.39 0.24 16.8 0.38 0.61
Hex C2 8C 77 0 1C 27 18 11 26 3D
Octal 302 214 167 0 34 47 30 21 46 75
Binary 11000010 10001100 1110111 0 11100 100111 11000 10001 100110 111101

Color Harmonies of #C28C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C77

Black with #C28C77

Text Example


Text Example

White with #C28C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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