Html Css Color HEX #CA7F37 Golden Bell

📋 copy color: '#CA7F37'

red 202 ◦ green 127 ◦ blue 55

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

Shades of Golden Bell #CA7F37

Tints of Golden Bell #CA7F37

RGB

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

 GREEN value IS 127 (50% from 255) = 33.07%

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

R = 52.6%
G = 33.07%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA7F37 (or 0xCA7F37) is known color: Golden Bell. HEX triplet: CA, 7F and 37. RGB value is (202,127,55). Sum of RGB (Red+Green+Blue) = 202+127+55=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 55 (21.88% from 255 or 14.32% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F37 is #3580C8. Grayscale: #8D8D8D. Windows color (decimal): -3506377 or 3637194. OLE color: 3637194.

HSL color Cylindrical-coordinate representation of color #CA7F37: hue angle of 29.39º 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 #CA7F37 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 127 55 -
CMYK 0 0.37 0.73 0.21
HSL 29.39º 0.58% 0.5% -
HSV(B) 29.39º 0.73% 0.79% -
XYZ 32.64 28.01 7.3 -
YUV 141.22 79.35 171.35 -
System Red Green Blue C M Y K H S L
Decimal 202 127 55 0 0.37 0.73 0.21 29.39 0.58 0.5
Hex CA 7F 37 0 25 49 15 1D 3A 32
Octal 312 177 67 0 45 111 25 35 72 62
Binary 11001010 1111111 110111 0 100101 1001001 10101 11101 111010 110010

Color Harmonies of #CA7F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F37

Black with #CA7F37

Text Example


Text Example

White with #CA7F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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