Html Css Color HEX #C38A7C Brandy Rose

📋 copy color: '#C38A7C'

red 195 ◦ green 138 ◦ blue 124

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

Shades of Brandy Rose #C38A7C

Tints of Brandy Rose #C38A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.13%

R = 42.67%
G = 30.2%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C38A7C (or 0xC38A7C) is known color: Brandy Rose. HEX triplet: C3, 8A and 7C. RGB value is (195,138,124). Sum of RGB (Red+Green+Blue) = 195+138+124=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A7C is #3C7583. Grayscale: #999999. Windows color (decimal): -3962244 or 8161987. OLE color: 8161987.

HSL color Cylindrical-coordinate representation of color #C38A7C: hue angle of 11.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C38A7C is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 138 124 -
CMYK 0 0.29 0.36 0.24
HSL 11.83º 0.37% 0.63% -
HSV(B) 11.83º 0.36% 0.76% -
XYZ 35.23 31.23 23.24 -
YUV 153.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 195 138 124 0 0.29 0.36 0.24 11.83 0.37 0.63
Hex C3 8A 7C 0 1D 24 18 C 25 3F
Octal 303 212 174 0 35 44 30 14 45 77
Binary 11000011 10001010 1111100 0 11101 100100 11000 1100 100101 111111

Color Harmonies of #C38A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A7C

Black with #C38A7C

Text Example


Text Example

White with #C38A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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