Html Css Color HEX #C28175 Brandy Rose

📋 copy color: '#C28175'

red 194 ◦ green 129 ◦ blue 117

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

Shades of Brandy Rose #C28175

Tints of Brandy Rose #C28175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.32%

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 44.09%
G = 29.32%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C28175 (or 0xC28175) is known color: Brandy Rose. HEX triplet: C2, 81 and 75. RGB value is (194,129,117). Sum of RGB (Red+Green+Blue) = 194+129+117=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C28175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28175 is #3D7E8A. Grayscale: #939393. Windows color (decimal): -4030091 or 7700930. OLE color: 7700930.

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

Color convert

RGB 194 129 117 -
CMYK 0 0.34 0.40 0.24
HSL 9.35º 0.39% 0.61% -
HSV(B) 9.35º 0.4% 0.76% -
XYZ 33.31 28.45 20.57 -
YUV 147.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 194 129 117 0 0.34 0.40 0.24 9.35 0.39 0.61
Hex C2 81 75 0 22 28 18 9 27 3D
Octal 302 201 165 0 42 50 30 11 47 75
Binary 11000010 10000001 1110101 0 100010 101000 11000 1001 100111 111101

Color Harmonies of #C28175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28175

Black with #C28175

Text Example


Text Example

White with #C28175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28175; }

 p { color: rgb(194,129,117); }

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

background-color css

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

 a { background-color: rgb(194,129,117); }

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

border-color css

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

 span { border-color: rgb(194,129,117); }

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