Html Css Color HEX #C38577 Brandy Rose

📋 copy color: '#C38577'

red 195 ◦ green 133 ◦ blue 119

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

Shades of Brandy Rose #C38577

Tints of Brandy Rose #C38577

RGB

 RED value IS 195 (76.56% from 255) = 43.62%

 GREEN value IS 133 (52.34% from 255) = 29.75%

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

R = 43.62%
G = 29.75%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C38577 (or 0xC38577) is known color: Brandy Rose. HEX triplet: C3, 85 and 77. RGB value is (195,133,119). Sum of RGB (Red+Green+Blue) = 195+133+119=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C38577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38577 is #3C7A88. Grayscale: #969696. Windows color (decimal): -3963529 or 7833027. OLE color: 7833027.

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

Color convert

RGB 195 133 119 -
CMYK 0 0.32 0.39 0.24
HSL 11.05º 0.39% 0.62% -
HSV(B) 11.05º 0.39% 0.76% -
XYZ 34.22 29.71 21.38 -
YUV 149.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 195 133 119 0 0.32 0.39 0.24 11.05 0.39 0.62
Hex C3 85 77 0 20 27 18 B 27 3E
Octal 303 205 167 0 40 47 30 13 47 76
Binary 11000011 10000101 1110111 0 100000 100111 11000 1011 100111 111110

Color Harmonies of #C38577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38577

Black with #C38577

Text Example


Text Example

White with #C38577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38577; }

 p { color: rgb(195,133,119); }

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

background-color css

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

 a { background-color: rgb(195,133,119); }

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

border-color css

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

 span { border-color: rgb(195,133,119); }

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