Html Css Color HEX #C38C7A Brandy Rose

📋 copy color: '#C38C7A'

red 195 ◦ green 140 ◦ blue 122

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

Shades of Brandy Rose #C38C7A

Tints of Brandy Rose #C38C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.63%

 BLUE value IS 122 (48.05% from 255) = 26.7%

R = 42.67%
G = 30.63%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C38C7A (or 0xC38C7A) is known color: Brandy Rose. HEX triplet: C3, 8C and 7A. RGB value is (195,140,122). Sum of RGB (Red+Green+Blue) = 195+140+122=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C7A is #3C7385. Grayscale: #9A9A9A. Windows color (decimal): -3961734 or 8031427. OLE color: 8031427.

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

Color convert

RGB 195 140 122 -
CMYK 0 0.28 0.37 0.24
HSL 14.79º 0.38% 0.62% -
HSV(B) 14.79º 0.37% 0.76% -
XYZ 35.4 31.76 22.68 -
YUV 154.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 195 140 122 0 0.28 0.37 0.24 14.79 0.38 0.62
Hex C3 8C 7A 0 1C 25 18 F 26 3E
Octal 303 214 172 0 34 45 30 17 46 76
Binary 11000011 10001100 1111010 0 11100 100101 11000 1111 100110 111110

Color Harmonies of #C38C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C7A

Black with #C38C7A

Text Example


Text Example

White with #C38C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C7A; }

 p { color: rgb(195,140,122); }

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

background-color css

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

 a { background-color: rgb(195,140,122); }

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

border-color css

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

 span { border-color: rgb(195,140,122); }

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