Html Css Color HEX #C38377 Brandy Rose

📋 copy color: '#C38377'

red 195 ◦ green 131 ◦ blue 119

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

Shades of Brandy Rose #C38377

Tints of Brandy Rose #C38377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.44%

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

R = 43.82%
G = 29.44%
B = 26.74%

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

#C38377 (or 0xC38377) is known color: Brandy Rose. HEX triplet: C3, 83 and 77. RGB value is (195,131,119). Sum of RGB (Red+Green+Blue) = 195+131+119=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C38377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38377 is #3C7C88. Grayscale: #949494. Windows color (decimal): -3964041 or 7832515. OLE color: 7832515.

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

Color convert

RGB 195 131 119 -
CMYK 0 0.33 0.39 0.24
HSL 9.47º 0.39% 0.62% -
HSV(B) 9.47º 0.39% 0.76% -
XYZ 33.95 29.17 21.29 -
YUV 148.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 195 131 119 0 0.33 0.39 0.24 9.47 0.39 0.62
Hex C3 83 77 0 21 27 18 9 27 3E
Octal 303 203 167 0 41 47 30 11 47 76
Binary 11000011 10000011 1110111 0 100001 100111 11000 1001 100111 111110

Color Harmonies of #C38377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38377

Black with #C38377

Text Example


Text Example

White with #C38377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38377; }

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

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

background-color css

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

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

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

border-color css

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

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

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