Html Css Color HEX #C28277 Brandy Rose

📋 copy color: '#C28277'

red 194 ◦ green 130 ◦ blue 119

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

Shades of Brandy Rose #C28277

Tints of Brandy Rose #C28277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.35%

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

R = 43.79%
G = 29.35%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28277 (or 0xC28277) is known color: Brandy Rose. HEX triplet: C2, 82 and 77. RGB value is (194,130,119). Sum of RGB (Red+Green+Blue) = 194+130+119=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C28277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28277 is #3D7D88. Grayscale: #939393. Windows color (decimal): -4029833 or 7832258. OLE color: 7832258.

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

Color convert

RGB 194 130 119 -
CMYK 0 0.33 0.39 0.24
HSL 8.8º 0.38% 0.61% -
HSV(B) 8.8º 0.39% 0.76% -
XYZ 33.56 28.77 21.24 -
YUV 147.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 194 130 119 0 0.33 0.39 0.24 8.8 0.38 0.61
Hex C2 82 77 0 21 27 18 9 26 3D
Octal 302 202 167 0 41 47 30 11 46 75
Binary 11000010 10000010 1110111 0 100001 100111 11000 1001 100110 111101

Color Harmonies of #C28277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28277

Black with #C28277

Text Example


Text Example

White with #C28277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28277; }

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

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

background-color css

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

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

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

border-color css

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

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

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