Html Css Color HEX #CA7D37 Golden Bell

📋 copy color: '#CA7D37'

red 202 ◦ green 125 ◦ blue 55

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

Shades of Golden Bell #CA7D37

Tints of Golden Bell #CA7D37

RGB

 RED value IS 202 (79.3% from 255) = 52.88%

 GREEN value IS 125 (49.22% from 255) = 32.72%

 BLUE value IS 55 (21.88% from 255) = 14.4%

R = 52.88%
G = 32.72%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA7D37 (or 0xCA7D37) is known color: Golden Bell. HEX triplet: CA, 7D and 37. RGB value is (202,125,55). Sum of RGB (Red+Green+Blue) = 202+125+55=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D37 is #3582C8. Grayscale: #8C8C8C. Windows color (decimal): -3506889 or 3636682. OLE color: 3636682.

HSL color Cylindrical-coordinate representation of color #CA7D37: hue angle of 28.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA7D37 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 55 -
CMYK 0 0.38 0.73 0.21
HSL 28.57º 0.58% 0.5% -
HSV(B) 28.57º 0.73% 0.79% -
XYZ 32.38 27.5 7.22 -
YUV 140.04 80.01 172.19 -
System Red Green Blue C M Y K H S L
Decimal 202 125 55 0 0.38 0.73 0.21 28.57 0.58 0.5
Hex CA 7D 37 0 26 49 15 1D 3A 32
Octal 312 175 67 0 46 111 25 35 72 62
Binary 11001010 1111101 110111 0 100110 1001001 10101 11101 111010 110010

Color Harmonies of #CA7D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D37

Black with #CA7D37

Text Example


Text Example

White with #CA7D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D37; }

 p { color: rgb(202,125,55); }

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

background-color css

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

 a { background-color: rgb(202,125,55); }

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

border-color css

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

 span { border-color: rgb(202,125,55); }

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