Html Css Color HEX #CF7B30 Bronze

📋 copy color: '#CF7B30'

red 207 ◦ green 123 ◦ blue 48

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

Shades of Bronze #CF7B30

Tints of Bronze #CF7B30

RGB

 RED value IS 207 (81.25% from 255) = 54.76%

 GREEN value IS 123 (48.44% from 255) = 32.54%

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 54.76%
G = 32.54%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF7B30 (or 0xCF7B30) is known color: Bronze. HEX triplet: CF, 7B and 30. RGB value is (207,123,48). Sum of RGB (Red+Green+Blue) = 207+123+48=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B30 is #3084CF. Grayscale: #8B8B8B. Windows color (decimal): -3179728 or 3177423. OLE color: 3177423.

HSL color Cylindrical-coordinate representation of color #CF7B30: hue angle of 28.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF7B30 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 123 48 -
CMYK 0 0.41 0.77 0.19
HSL 28.3º 0.62% 0.5% -
HSV(B) 28.3º 0.77% 0.81% -
XYZ 33.35 27.64 6.37 -
YUV 139.57 76.33 176.1 -
System Red Green Blue C M Y K H S L
Decimal 207 123 48 0 0.41 0.77 0.19 28.3 0.62 0.5
Hex CF 7B 30 0 29 4D 13 1C 3E 32
Octal 317 173 60 0 51 115 23 34 76 62
Binary 11001111 1111011 110000 0 101001 1001101 10011 11100 111110 110010

Color Harmonies of #CF7B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B30

Black with #CF7B30

Text Example


Text Example

White with #CF7B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B30; }

 p { color: rgb(207,123,48); }

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

background-color css

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

 a { background-color: rgb(207,123,48); }

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

border-color css

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

 span { border-color: rgb(207,123,48); }

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