Html Css Color HEX #CA7D3B Golden Bell

📋 copy color: '#CA7D3B'

red 202 ◦ green 125 ◦ blue 59

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

Shades of Golden Bell #CA7D3B

Tints of Golden Bell #CA7D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.28%

R = 52.33%
G = 32.38%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA7D3B (or 0xCA7D3B) is known color: Golden Bell. HEX triplet: CA, 7D and 3B. RGB value is (202,125,59). Sum of RGB (Red+Green+Blue) = 202+125+59=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D3B is #3582C4. Grayscale: #8C8C8C. Windows color (decimal): -3506885 or 3898826. OLE color: 3898826.

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

Color convert

RGB 202 125 59 -
CMYK 0 0.38 0.71 0.21
HSL 27.69º 0.57% 0.51% -
HSV(B) 27.69º 0.71% 0.79% -
XYZ 32.48 27.54 7.74 -
YUV 140.5 82.01 171.87 -
System Red Green Blue C M Y K H S L
Decimal 202 125 59 0 0.38 0.71 0.21 27.69 0.57 0.51
Hex CA 7D 3B 0 26 47 15 1C 39 33
Octal 312 175 73 0 46 107 25 34 71 63
Binary 11001010 1111101 111011 0 100110 1000111 10101 11100 111001 110011

Color Harmonies of #CA7D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D3B

Black with #CA7D3B

Text Example


Text Example

White with #CA7D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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