Html Css Color HEX #C38A75 Brandy Rose

📋 copy color: '#C38A75'

red 195 ◦ green 138 ◦ blue 117

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

Shades of Brandy Rose #C38A75

Tints of Brandy Rose #C38A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26%

R = 43.33%
G = 30.67%
B = 26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C38A75 (or 0xC38A75) is known color: Brandy Rose. HEX triplet: C3, 8A and 75. RGB value is (195,138,117). Sum of RGB (Red+Green+Blue) = 195+138+117=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A75 is #3C758A. Grayscale: #989898. Windows color (decimal): -3962251 or 7703235. OLE color: 7703235.

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

Color convert

RGB 195 138 117 -
CMYK 0 0.29 0.4 0.24
HSL 16.15º 0.39% 0.61% -
HSV(B) 16.15º 0.4% 0.76% -
XYZ 34.81 31.06 20.99 -
YUV 152.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 195 138 117 0 0.29 0.4 0.24 16.15 0.39 0.61
Hex C3 8A 75 0 1D 28 18 10 27 3D
Octal 303 212 165 0 35 50 30 20 47 75
Binary 11000011 10001010 1110101 0 11101 101000 11000 10000 100111 111101

Color Harmonies of #C38A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A75

Black with #C38A75

Text Example


Text Example

White with #C38A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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