Html Css Color HEX #C38877 Brandy Rose

📋 copy color: '#C38877'

red 195 ◦ green 136 ◦ blue 119

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

Shades of Brandy Rose #C38877

Tints of Brandy Rose #C38877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.22%

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

R = 43.33%
G = 30.22%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C38877 (or 0xC38877) is known color: Brandy Rose. HEX triplet: C3, 88 and 77. RGB value is (195,136,119). Sum of RGB (Red+Green+Blue) = 195+136+119=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C38877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38877 is #3C7788. Grayscale: #979797. Windows color (decimal): -3962761 or 7833795. OLE color: 7833795.

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

Color convert

RGB 195 136 119 -
CMYK 0 0.30 0.39 0.24
HSL 13.42º 0.39% 0.62% -
HSV(B) 13.42º 0.39% 0.76% -
XYZ 34.64 30.54 21.52 -
YUV 151.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 195 136 119 0 0.30 0.39 0.24 13.42 0.39 0.62
Hex C3 88 77 0 1E 27 18 D 27 3E
Octal 303 210 167 0 36 47 30 15 47 76
Binary 11000011 10001000 1110111 0 11110 100111 11000 1101 100111 111110

Color Harmonies of #C38877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38877

Black with #C38877

Text Example


Text Example

White with #C38877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38877; }

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

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

background-color css

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

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

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

border-color css

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

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

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