Html Css Color HEX #CA833B Golden Bell

📋 copy color: '#CA833B'

red 202 ◦ green 131 ◦ blue 59

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

Shades of Golden Bell #CA833B

Tints of Golden Bell #CA833B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

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

R = 51.53%
G = 33.42%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA833B (or 0xCA833B) is known color: Golden Bell. HEX triplet: CA, 83 and 3B. RGB value is (202,131,59). Sum of RGB (Red+Green+Blue) = 202+131+59=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA833B is #357CC4. Grayscale: #909090. Windows color (decimal): -3505349 or 3900362. OLE color: 3900362.

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

Color convert

RGB 202 131 59 -
CMYK 0 0.35 0.71 0.21
HSL 30.21º 0.57% 0.51% -
HSV(B) 30.21º 0.71% 0.79% -
XYZ 33.26 29.1 8 -
YUV 144.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 202 131 59 0 0.35 0.71 0.21 30.21 0.57 0.51
Hex CA 83 3B 0 23 47 15 1E 39 33
Octal 312 203 73 0 43 107 25 36 71 63
Binary 11001010 10000011 111011 0 100011 1000111 10101 11110 111001 110011

Color Harmonies of #CA833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA833B

Black with #CA833B

Text Example


Text Example

White with #CA833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA833B; }

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

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

background-color css

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

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

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

border-color css

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

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

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