Html Css Color HEX #C38A77 Brandy Rose

📋 copy color: '#C38A77'

red 195 ◦ green 138 ◦ blue 119

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

Shades of Brandy Rose #C38A77

Tints of Brandy Rose #C38A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.53%

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

R = 43.14%
G = 30.53%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C38A77 (or 0xC38A77) is known color: Brandy Rose. HEX triplet: C3, 8A and 77. RGB value is (195,138,119). Sum of RGB (Red+Green+Blue) = 195+138+119=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A77 is #3C7588. Grayscale: #999999. Windows color (decimal): -3962249 or 7834307. OLE color: 7834307.

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

Color convert

RGB 195 138 119 -
CMYK 0 0.29 0.39 0.24
HSL 15º 0.39% 0.62% -
HSV(B) 15º 0.39% 0.76% -
XYZ 34.92 31.11 21.62 -
YUV 152.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 195 138 119 0 0.29 0.39 0.24 15 0.39 0.62
Hex C3 8A 77 0 1D 27 18 F 27 3E
Octal 303 212 167 0 35 47 30 17 47 76
Binary 11000011 10001010 1110111 0 11101 100111 11000 1111 100111 111110

Color Harmonies of #C38A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A77

Black with #C38A77

Text Example


Text Example

White with #C38A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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